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:
Ryan Burns 2021-09-04 13:26:53 -07:00
parent 37d089c1af
commit 882acbd0af

View file

@ -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";