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
|
||||||
make install
|
make install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
sed -i "$out/lib/libldns.la" -e "s,-L${openssl.dev},-L${openssl.out},g"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user