From 14ac28df5b7c03630352bb79613951067425bd8d Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 22 Nov 2014 15:57:02 +0100 Subject: [PATCH] ldns: fix cross-build. --- srcpkgs/ldns/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ldns/template b/srcpkgs/ldns/template index 58370d940d7..33e131fedc8 100644 --- a/srcpkgs/ldns/template +++ b/srcpkgs/ldns/template @@ -4,7 +4,8 @@ version=1.6.17 revision=1 build_style=gnu-configure configure_args="--with-drill --with-examples - --with-trust-anchor=/etc/dns/root.key" + --with-trust-anchor=/etc/dns/root.key + --with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="perl" makedepends="libpcap-devel libressl-devel dnssec-anchors" short_desc="Modern DNS/DNSSEC library -- utils"