summaryrefslogtreecommitdiff
path: root/i486-stage2/glibc/DESCR
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-24 18:07:14 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-24 18:07:14 +0100
commit0c77a0996eaf110e78dbfab1b3bb4945433eaf81 (patch)
tree1f464ecd6211a49efc2e58e357dee14bf554299e /i486-stage2/glibc/DESCR
parent5af74548e741eab8fcf156f56850a5639043abac (diff)
downloadbootstrap32-0c77a0996eaf110e78dbfab1b3bb4945433eaf81.tar.xz
finished stage2 (but for syslinux)
Diffstat (limited to 'i486-stage2/glibc/DESCR')
-rw-r--r--i486-stage2/glibc/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/i486-stage2/glibc/DESCR b/i486-stage2/glibc/DESCR
new file mode 100644
index 0000000..2c90931
--- /dev/null
+++ b/i486-stage2/glibc/DESCR
@@ -0,0 +1,11 @@
+# disable multilib, we are on 32-bit only
+sed -i 's@--enable-multi-arch@--disable-multi-arch@g' PKGBUILD
+sed -i "/makedepends=/s/lib32-gcc-libs//g" PKGBUILD
+sed -i "/pkgname/s/lib32-glibc//g" PKGBUILD
+
+# change bug reporting
+sed -i 's@https://bugs.archlinux.org/@https://bugs.archlinux32.org/@g' PKGBUILD
+
+# no gd for memory profiles
+sed -i "/makedepends=/s/gd//" PKGBUILD
+