Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/krb5/PKGBUILD
blob: 5ba701cf358bec92a781d948a2e2d65f90349c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# temporarily disable libverto in order to break build cycle
depends=(${depends[@]//libverto.so/})
depends=(${depends[@]//libverto-module-base/})
eval "$(
  declare -f build | \
    sed '
      s|--with-system-verto||
    '
)"

# do not install development artifacts of libverto (conflicts
# with libverto above and causes more cycles)
eval "$(
  declare -f package | \
    sed '
      $ i \
        rm -f "${pkgdir}/usr/include/{verto.h,verto-module.h}" \
        rm -f "${pkgdir}/usr/lib/libverto.so"
    '
)"