pkgsMusl.libgcc: fix build (#141993)

This commit is contained in:
Yuka 2021-10-17 22:36:03 +02:00 committed by GitHub
parent ce8cd7cbe4
commit 921972d228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ stdenvNoLibs.mkDerivation rec {
sourceRoot=$(readlink -e "./libgcc")
'';
hardeningDisable = [ "pie" ];
preConfigure = ''
cd "$buildRoot"
''