lua.i686-linux: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-04-05 16:44:30 +00:00
parent 4d4610ac0f
commit f791c1074d
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation {
buildFlags = "all so sobin";
installFlags = "INSTALL_ROOT=$$out";
hardeningDisable = stdenv.lib.optional stdenv.isi686 "stackprotector";
meta = {
homepage = "http://www.lua.org";
description = "Powerful, fast, lightweight, embeddable scripting language";

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ lua5 openssl ];
hardeningDisable = stdenv.lib.optional stdenv.isi686 "stackprotector";
preBuild = ''
makeFlagsArray=(
linux