summaryrefslogtreecommitdiff
path: root/i486-stage2/libtirpc/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'i486-stage2/libtirpc/DESCR')
-rw-r--r--i486-stage2/libtirpc/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/i486-stage2/libtirpc/DESCR b/i486-stage2/libtirpc/DESCR
new file mode 100644
index 0000000..b6b3568
--- /dev/null
+++ b/i486-stage2/libtirpc/DESCR
@@ -0,0 +1,5 @@
+# disable Kerberos
+sed -i "/depends=/s/'krb5'//" PKGBUILD
+
+# gssapi seems also to be a dependency, not in PKBUILD, disable it
+sed -i 's@./configure@./configure --disable-gssapi@g' PKGBUILD