remove local pic flags, now set by hardened stdenv

This commit is contained in:
Robin Gloster
2016-01-30 16:36:57 +00:00
parent 8329066d5e
commit acb408646e
15 changed files with 3 additions and 32 deletions
-2
View File
@@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
--replace '"-DSAFER"' '"-DPARANOIDSAFER"'
'';
NIX_CFLAGS_COMPILE = "-fPIC"; # Gentoo adds this on every platform
buildInputs =
[ pkgconfig flex zlib perl libpng libjpeg libxml2 makeWrapper libtiff ]
++ lib.optional enableX11 libX11;