ldns: get rid of reference to openssl.dev

Reduces size from ~100MB to ~40M.
wip/yesman
Joachim Fasting 7 years ago
parent 6dc4d7445c
commit 6c41803f02
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D
  1. 2
      pkgs/development/libraries/ldns/default.nix

@ -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; {

Loading…
Cancel
Save