gettext, gcc5: enable stackprotector now
This has been forgotten in #29349 ?
This commit is contained in:
parent
52d1f68005
commit
16cf448933
@ -221,8 +221,7 @@ stdenv.mkDerivation ({
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME stackprotector needs gcc 4.9 in bootstrap tools
|
hardeningDisable = [ "format" ];
|
||||||
hardeningDisable = [ "stackprotector" "format" ];
|
|
||||||
|
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
|
||||||
|
@ -12,8 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "man" "doc" "info" ];
|
outputs = [ "out" "man" "doc" "info" ];
|
||||||
|
|
||||||
# FIXME stackprotector needs gcc 4.9 in bootstrap tools
|
hardeningDisable = [ "format" ];
|
||||||
hardeningDisable = [ "format" "stackprotector" ];
|
|
||||||
|
|
||||||
LDFLAGS = if stdenv.isSunOS then "-lm -lmd -lmp -luutil -lnvpair -lnsl -lidmap -lavl -lsec" else "";
|
LDFLAGS = if stdenv.isSunOS then "-lm -lmd -lmp -luutil -lnvpair -lnsl -lidmap -lavl -lsec" else "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user