mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:27:53 +00:00
Revert "glib: fix musl build"
This is no longer needed with the previous PIE hardening fixes.
This reverts commit 74e0aaaa30
.
This commit is contained in:
parent
882acbd0af
commit
436f960f2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user