aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ldns
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-12 22:52:51 +0800
committermarino <marino@FreeBSD.org>2016-09-12 22:52:51 +0800
commit2cef4d01a46021daa3e762c2b874aa1244b4cc8d (patch)
tree2517aef867e147834f42c5e4fea7ac4017b3e35f /dns/ldns
parent29ed6080d5ef190d881ce066659eee298ec15715 (diff)
downloadfreebsd-ports-gnome-2cef4d01a46021daa3e762c2b874aa1244b4cc8d.tar.gz
freebsd-ports-gnome-2cef4d01a46021daa3e762c2b874aa1244b4cc8d.tar.zst
freebsd-ports-gnome-2cef4d01a46021daa3e762c2b874aa1244b4cc8d.zip
dns/ldns: Fix SSL library configuration for slave dns/py-ldns
Approvd by: SSL blanket
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 684442302594..495f6de6a0ca 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -62,6 +62,7 @@ INSTALL_TARGET= install-pyldns
CONFIGURE_ARGS+=--with-pyldns
LIB_DEPENDS+= libldns.so:dns/ldns
BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:devel/swig13
+CFLAGS+= -I${OPENSSLINC}
post-patch:
@${REINPLACE_CMD} \