From 9fe34ccfbe8e80f6c0c5b2df3625e0e44d2ed070 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 24 Aug 2021 12:38:20 +0200 Subject: glibc: also create backwards-compat symlinks for libdl and libutil This fixes at least the openssl build. --- pkgs/development/libraries/glibc/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/libraries/glibc/default.nix b/pkgs/development/libraries/glibc/default.nix index dfe1d2db7d58a..a48276f0b9ca4 100644 --- a/pkgs/development/libraries/glibc/default.nix +++ b/pkgs/development/libraries/glibc/default.nix @@ -127,6 +127,8 @@ callPackage ./common.nix { inherit stdenv; } { # this doesn't work. ln -sf $out/lib/libpthread.so.0 $out/lib/libpthread.so ln -sf $out/lib/librt.so.1 $out/lib/librt.so + ln -sf $out/lib/libdl.so.2 $out/lib/libdl.so + ln -sf $out/lib/libutil.so.1 $out/lib/libutil.so '' # For some reason these aren't stripped otherwise and retain reference # to bootstrap-tools; on cross-arm this stripping would break objects. -- cgit 1.4.1