lua5_0: disable stackprotector hardening on i686

This commit is contained in:
Franz Pletz 2016-08-24 19:24:48 +02:00
parent 9e47acb89d
commit 647b2ce168

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation {
sha256 = "1193a61b0e08acaa6eee0eecf29709179ee49c71baebc59b682a25c3b5a45671";
};
hardeningDisable = stdenv.lib.optional stdenv.isi686 "stackprotector";
configurePhase = "sed -i -e 's/MYCFLAGS=.*/MYCFLAGS=-O3 -fomit-frame-pointer -fPIC/' config";
buildFlags = "all so sobin";
installFlags = "INSTALL_ROOT=$$out";