index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/krb5/PKGBUILD | 10 |
diff --git a/core/krb5/PKGBUILD b/core/krb5/PKGBUILD new file mode 100644 index 00000000..4fd0a819 --- /dev/null +++ b/core/krb5/PKGBUILD @@ -0,0 +1,10 @@ +# 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|| + ' +)" |