Revert "pkgsMusl.libiscsi: fix build"
This is no longer needed with the previous PIE hardening fixes.
This reverts commit 78d20f2200
.
This commit is contained in:
parent
37d089c1af
commit
882acbd0af
@ -13,10 +13,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
# This can be removed after >=1.20.0, or if the build suceeds with
|
||||
# pie enabled (default on Musl).
|
||||
hardeningDisable = [ "pie" ];
|
||||
|
||||
# This problem is gone on libiscsi master.
|
||||
NIX_CFLAGS_COMPILE =
|
||||
lib.optional stdenv.hostPlatform.is32bit "-Wno-error=sign-compare";
|
||||
|
Loading…
Reference in New Issue
Block a user