diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-12 14:52:51 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-12 14:52:51 +0000 |
commit | 0a9f13e63f1f4defa0e8272eb4383c13f8c06d5a (patch) | |
tree | 2517aef867e147834f42c5e4fea7ac4017b3e35f /dns/ldns | |
parent | 21a53bbb6cd36b19d63fa5b10693fb7da462c2c3 (diff) | |
download | freebsd-ports-0a9f13e63f1f4defa0e8272eb4383c13f8c06d5a.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/Makefile | 1 |
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} \ |