index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-06-16 11:02:57 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-06-16 11:02:57 +0200 |
commit | 561d6372fdb19de1164d40463258650cba6a4593 (patch) | |
tree | dccbae2b5076e967fde1b730396f0274854ac13b | |
parent | dea86b3d4456b80314d6e802508bf123651123c0 (diff) |
-rw-r--r-- | core/krb5/PKGBUILD | 20 |
diff --git a/core/krb5/PKGBUILD b/core/krb5/PKGBUILD deleted file mode 100644 index 65a6f881..00000000 --- a/core/krb5/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# 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" - ' -)" |