bind: Fix references to openssl in *.la files
Avoids reference to the OpenSSL development headers.
This commit is contained in:
parent
2132c86c45
commit
ff24ce23c9
@ -36,6 +36,10 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
moveToOutput bin/bind9-config $dev
|
moveToOutput bin/bind9-config $dev
|
||||||
moveToOutput bin/isc-config.sh $dev
|
moveToOutput bin/isc-config.sh $dev
|
||||||
|
|
||||||
|
for f in $out/lib/*.la; do
|
||||||
|
sed -i $f -e 's|-L${openssl.dev}|-L${openssl.out}|g'
|
||||||
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user