Skip to content

Commit de2cdbd

Browse files
authored
Update default.nix
1 parent c42927c commit de2cdbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/ghc/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ stdenv.mkDerivation (rec {
495495

496496
hardeningDisable = [ "format" ]
497497
++ lib.optional (stdenv.targetPlatform.isAarch32 || enableRelocatedStaticLibs) "pic"
498+
++ lib.optional stdenv.targetPlatform.isMusl "pie"
498499
++ lib.optional enableDWARF "fortify";
499500

500501
postInstall = lib.optionalString (enableNUMA && targetPlatform.isLinux) ''

0 commit comments

Comments
 (0)