summaryrefslogtreecommitdiff
path: root/i486-stage4/glibc/DESCR
blob: 42a58e857aaaa15eb5f583afb718c0f8a1825cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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