Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/krb5/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
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||
+ '
+)"