mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
bind: fixup more openssl.dev references
This commit is contained in:
parent
9cca8e3f87
commit
f0b9ecfa01
|
@ -48,8 +48,8 @@ stdenv.mkDerivation rec {
|
|||
ln -sf $dnsutils/bin/{dig,nslookup,nsupdate} $bin/bin
|
||||
ln -sf $host/bin/host $dnsutils/bin
|
||||
|
||||
for f in "$out/lib/"*.la; do
|
||||
sed -i $f -e 's|-L${openssl.dev}|-L${openssl.out}|g'
|
||||
for f in "$lib/lib/"*.la "$dev/bin/"{isc-config.sh,bind*-config}; do
|
||||
sed -i "$f" -e 's|-L${openssl.dev}|-L${openssl.out}|g'
|
||||
done
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue