stdenv bootstrap tools: adjust with glibc-2.34 (2nd try)
This time without rebuilding stdenvs.
This commit is contained in:
parent
e66ed266f8
commit
6fd0d1bb4b
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ in with pkgs; rec {
|
|||
cp -d ${libc.out}/lib/libresolv*.so* $out/lib
|
||||
cp -d ${libc.out}/lib/crt?.o $out/lib
|
||||
|
||||
# Hacky compat with our current unpack-bootstrap-tools.sh
|
||||
ln -s librt.so "$out"/lib/librt-dummy.so
|
||||
|
||||
cp -rL ${libc.dev}/include $out
|
||||
chmod -R u+w "$out"
|
||||
|
||||
|
|
Loading…
Reference in a new issue