1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 03:23:20 +00:00

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
pkgs/development/interpreters

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