index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-30 21:32:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-30 21:32:26 +0200 |
commit | db55b0cb8ec387d6eca65eaebbd428fdc12510ba (patch) | |
tree | bfb04428c861d3bd8adf06296bb48fd7c2ccd248 /i486-stage4/libaio | |
parent | f0626a194c605f3b4f26c0897c6a41af128628ea (diff) |
-rw-r--r-- | i486-stage4/libaio/DESCR | 4 |
diff --git a/i486-stage4/libaio/DESCR b/i486-stage4/libaio/DESCR new file mode 100644 index 0000000..7eb306d --- /dev/null +++ b/i486-stage4/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 |