From cb8edbf9ec88a457e715b3592e30a9884e8cbfd6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 23 Mar 2018 11:07:48 +0100 Subject: building git, some fixes with login shells in ssh --- i486-stage2/pcre2/DESCR | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 i486-stage2/pcre2/DESCR (limited to 'i486-stage2') diff --git a/i486-stage2/pcre2/DESCR b/i486-stage2/pcre2/DESCR new file mode 100644 index 0000000..56ea041 --- /dev/null +++ b/i486-stage2/pcre2/DESCR @@ -0,0 +1,6 @@ +# pcre2 configure, overload CFLAGS and CXXFLAGS to avoid optimization +# using MMX registers (default in gcc) +sed -i 's@./configure@CFLAGS="-march=i486 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" CXXFLAGS="-march=i486 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" ./configure@' PKGBUILD + +# disable JIT, contains hard coded XMM registers +sed -i 's/--enable-jit/--disable-jit/' PKGBUILD -- cgit v1.2.3-54-g00ecf