remove local pic flags, now set by hardened stdenv
This commit is contained in:
@@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ xz ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";
|
||||
preInstall = ''
|
||||
mkdir -p "$out/lib"
|
||||
touch "$out/lib/libunwind-generic.so"
|
||||
|
||||
Reference in New Issue
Block a user