Created
May 1, 2015 14:02
-
-
Save qknight/9fee4b16d8f3e928b01c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix | |
index 3ad8147..a91c9da 100644 | |
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix | |
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix | |
@@ -50,6 +50,7 @@ rec { | |
cp -d ${glibc}/lib/libdl*.so* $out/lib | |
cp -d ${glibc}/lib/librt*.so* $out/lib | |
cp -d ${glibc}/lib/libpthread*.so* $out/lib | |
+ cp -d ${glibc}/lib/libpthread_nonshared.a $out/lib | |
cp -d ${glibc}/lib/libnsl*.so* $out/lib | |
cp -d ${glibc}/lib/libutil*.so* $out/lib | |
cp -d ${glibc}/lib/libnss*.so* $out/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment