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
@@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
buildInputs = [ texinfo allegro perl ];
configurePhase = ''
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -fPIC"
sh fix.sh unix
'';