summaryrefslogtreecommitdiff
path: root/i486-stage4
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-31 19:42:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-31 19:42:18 +0200
commit7a8ddbf9cb8b2204687bb1774a1cb2222ce50be9 (patch)
tree04864a60e82bbcf0fccfd8f16beb441f844e6dea /i486-stage4
parentdb55b0cb8ec387d6eca65eaebbd428fdc12510ba (diff)
downloadbootstrap32-7a8ddbf9cb8b2204687bb1774a1cb2222ce50be9.tar.xz
built up to glibc
Diffstat (limited to 'i486-stage4')
-rw-r--r--i486-stage4/glibc/DESCR13
-rw-r--r--i486-stage4/mkinitcpio-nbd/DESCR1
2 files changed, 14 insertions, 0 deletions
diff --git a/i486-stage4/glibc/DESCR b/i486-stage4/glibc/DESCR
new file mode 100644
index 0000000..42a58e8
--- /dev/null
+++ b/i486-stage4/glibc/DESCR
@@ -0,0 +1,13 @@
+# 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
+
+# disable testing, even with 4GB RAM tests hang!
+SKIP_CHECK=1
diff --git a/i486-stage4/mkinitcpio-nbd/DESCR b/i486-stage4/mkinitcpio-nbd/DESCR
new file mode 100644
index 0000000..79a7fb3
--- /dev/null
+++ b/i486-stage4/mkinitcpio-nbd/DESCR
@@ -0,0 +1 @@
+FETCH_METHOD="yaourt"