diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 20:45:59 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 20:45:59 +0100 |
commit | b9b08594fc21f4ec8f1c2cfd05502fdf923a493a (patch) | |
tree | aab5bda1b66780e24f5d04724fece607b482e29f /i486-stage3 | |
parent | 2956293319328adb8fd21e6a85a4b95ce6667594 (diff) | |
download | bootstrap32-b9b08594fc21f4ec8f1c2cfd05502fdf923a493a.tar.xz |
building for thin-provisioning-tools
Diffstat (limited to 'i486-stage3')
-rw-r--r-- | i486-stage3/boost/DESCR | 4 | ||||
-rw-r--r-- | i486-stage3/libaio/DESCR | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/i486-stage3/boost/DESCR b/i486-stage3/boost/DESCR new file mode 100644 index 0000000..75d98b7 --- /dev/null +++ b/i486-stage3/boost/DESCR @@ -0,0 +1,4 @@ +# no openmpi, no numpy +sed -i "/makedepends=/s/'openmpi'//" PKGBUILD +sed -i "/makedepends=/s/'python-numpy'//" PKGBUILD +sed -i "/makedepends=/s/'python2-numpy'//" PKGBUILD diff --git a/i486-stage3/libaio/DESCR b/i486-stage3/libaio/DESCR new file mode 100644 index 0000000..7eb306d --- /dev/null +++ b/i486-stage3/libaio/DESCR @@ -0,0 +1,4 @@ +# see also FS32#30 +# compat-0_1.c:(.text+0xaf): undefined reference to `__stack_chk_fail_local' +sed -i 's/\(CFLAGS=.*\)/#\1/' PKGBUILD +sed -i 's@make$@CFLAGS="-march=${CARCH/_/-} -mtune=generic -O2 -pipe -fno-stack-protector" make@' PKGBUILD |