valgrind: nopie=yes to unbreak.

This commit is contained in:
Juan RP 2015-11-19 09:35:18 +01:00
parent 716576982c
commit d72a69adc6
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ checksum=6c396271a8c1ddd5a6fb9abe714ea1e8a86fce85b30ab26b4266aeb4c2413b42
CFLAGS="-fno-stack-protector"
CXXFLAGS="-fno-stack-protector"
nopie=yes
if [ "$XBPS_TARGET_MACHINE" = "armv7l" ]; then
configure_args+=" ac_cv_host=armv7l-unknown-linux-gnueabihf"
fi