summaryrefslogtreecommitdiff
path: root/core/ding-libs/PKGBUILD
blob: 74f9000ca010d3be6c9bde09f81435b5aeb6aa58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# already fixed upstream, see https://github.com/SSSD/ding-libs/issues/7

source+=('ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch')
sha1sums+=('bec66945c3524a9edf4956f794e99ca4d3d144e0')

prepare() {
  cd $pkgname-$pkgver

  patch -Np1 -i ../ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch
}

# i486-specific
if [ "${CARCH}" = "i486" ]; then
  # disable documentation
  makedepends=(${makedepends[@]//doxygen/})  

  unset check
fi