index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 18:07:14 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 18:07:14 +0100 |
commit | 0c77a0996eaf110e78dbfab1b3bb4945433eaf81 (patch) | |
tree | 1f464ecd6211a49efc2e58e357dee14bf554299e /i486-stage2/glibc | |
parent | 5af74548e741eab8fcf156f56850a5639043abac (diff) |
-rw-r--r-- | i486-stage2/glibc/DESCR | 11 |
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 + |