mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
ldns: get rid of reference to openssl.dev
Reduces size from ~100MB to ~40M.
This commit is contained in:
parent
6dc4d7445c
commit
6c41803f02
@ -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…
Reference in New Issue
Block a user