ldns: get rid of reference to openssl.dev

Reduces size from ~100MB to ~40M.
This commit is contained in:
Joachim Fasting 2017-08-13 22:43:41 +02:00
parent 6dc4d7445c
commit 6c41803f02
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
make
make install
popd
sed -i "$out/lib/libldns.la" -e "s,-L${openssl.dev},-L${openssl.out},g"
'';
meta = with stdenv.lib; {