Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-06-14 07:51:09 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-06-14 07:51:09 +0200
commit8ac76151146f8aaccdcc540585285a16b37d4ff9 (patch)
tree761f866f53e491a406af33bfa8fae353ff8c031c /core
parentd96b1947405302c9dcbd825262900f0188659ee8 (diff)
core/krb5: temporarily disabled libverto (breaking build cycle)
Diffstat (limited to 'core')
-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||
+ '
+)"