summary refs log tree commit diff
path: root/pkgs/development/libraries/glib
diff options
context:
space:
mode:
authorr-burns <52847440+r-burns@users.noreply.github.com>2021-09-23 17:55:08 -0700
committerGitHub <noreply@github.com>2021-09-23 17:55:08 -0700
commit16728283c3341d3dfe44b899f2a9ec9138b98019 (patch)
treed21591b9bacfd6dd45cc6df6d1b68bc4cae72a9b /pkgs/development/libraries/glib
parentda64747b375aa8c34488a42f91891001e6aa8398 (diff)
parenta41b83c0ffb765d52f78730082566f6e56620412 (diff)
downloadnixpkgs-16728283c3341d3dfe44b899f2a9ec9138b98019.tar
nixpkgs-16728283c3341d3dfe44b899f2a9ec9138b98019.tar.gz
nixpkgs-16728283c3341d3dfe44b899f2a9ec9138b98019.tar.bz2
nixpkgs-16728283c3341d3dfe44b899f2a9ec9138b98019.tar.lz
nixpkgs-16728283c3341d3dfe44b899f2a9ec9138b98019.tar.xz
nixpkgs-16728283c3341d3dfe44b899f2a9ec9138b98019.tar.zst
nixpkgs-16728283c3341d3dfe44b899f2a9ec9138b98019.zip
Merge pull request #135619 from r-burns/fpie-musl-fixes
[staging] {cc,binutils}-wrapper: fixes for PIE hardening
Diffstat (limited to 'pkgs/development/libraries/glib')
-rw-r--r--pkgs/development/libraries/glib/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/glib/default.nix b/pkgs/development/libraries/glib/default.nix
index edb37d2ddd3..679a91d1bc3 100644
--- a/pkgs/development/libraries/glib/default.nix
+++ b/pkgs/development/libraries/glib/default.nix
@@ -134,8 +134,6 @@ stdenv.mkDerivation rec {
     "-DG_DISABLE_CAST_CHECKS"
   ];
 
-  hardeningDisable = [ "pie" ];
-
   postPatch = ''
     chmod +x gio/tests/gengiotypefuncs.py
     patchShebangs gio/tests/gengiotypefuncs.py