Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/i486-stage2/gdb/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'i486-stage2/gdb/DESCR')
-rw-r--r--i486-stage2/gdb/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/i486-stage2/gdb/DESCR b/i486-stage2/gdb/DESCR
new file mode 100644
index 0000000..a7fca85
--- /dev/null
+++ b/i486-stage2/gdb/DESCR
@@ -0,0 +1,9 @@
+# disable python
+sed -i "/makedepends=/s/python//" PKGBUILD
+sed -i "/depends=/s/python//" PKGBUILD
+sed -i "s@--with-python=/usr/bin/python3@--without-python@g" PKGBUILD
+
+# disable guile
+sed -i "/makedepends=/s/guile2.0//" PKGBUILD
+sed -i "/depends=/s/guile2.0//" PKGBUILD
+sed -i "s@--with-guile=guile-2.0@--without-guile@g" PKGBUILD