Skip to content

Commit

Permalink
Revert "Revert "Merge pull request #253760 from chivay/bootstrap-scrt""
Browse files Browse the repository at this point in the history
This reverts commit 3f46cdc.
  • Loading branch information
Artturin authored and lovesegfault committed Sep 30, 2023
1 parent cd4d94e commit d0efa70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/stdenv/linux/make-bootstrap-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ in with pkgs; rec {
cp -d ${libc.out}/lib/libutil*.so* $out/lib
cp -d ${libc.out}/lib/libnss*.so* $out/lib
cp -d ${libc.out}/lib/libresolv*.so* $out/lib
cp -d ${libc.out}/lib/crt?.o $out/lib
# Copy all runtime files to enable non-PIE, PIE, static PIE and profile-generated builds
cp -d ${libc.out}/lib/*.o $out/lib
# Hacky compat with our current unpack-bootstrap-tools.sh
ln -s librt.so "$out"/lib/librt-dummy.so
Expand Down

0 comments on commit d0efa70

Please sign in to comment.