aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2018-04-01 23:56:30 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2018-04-01 23:56:30 +0000
commit92b3155811d3c151fb6d506264724d2ae7ba8381 (patch)
tree0eaf21952fcef750652ccf541761e8941ae15872 /dns
parent69b49f0a742557035e9a8ed6433a22a1c74fb240 (diff)
downloadports-92b3155811d3c151fb6d506264724d2ae7ba8381.tar.gz
ports-92b3155811d3c151fb6d506264724d2ae7ba8381.zip
MFH: r466169
dns/dnsdist: Fix building against openssl from base checking for LIBSSL... no configure: error: OpenSSL libssl requested but libraries were not found ===> Script "configure" failed unexpectedly. Please report the problem to cpm@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/dns/dnsdist/work/dnsdist-1.3.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/dns/dnsdist PR: 227180 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: ports-secteam (riggs)
Notes
Notes: svn path=/branches/2018Q2/; revision=466192
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsdist/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile
index 0c5daa1f8af0..d4f816af6947 100644
--- a/dns/dnsdist/Makefile
+++ b/dns/dnsdist/Makefile
@@ -57,6 +57,7 @@ LUAJIT_CONFIGURE_WITH= luajit
OPENSSL_USES= ssl
OPENSSL_CONFIGURE_ENABLE=libssl
+OPENSSL_CONFIGURE_ON= LIBSSL_CFLAGS=-I${OPENSSLINC} LIBSSL_LIBS="-L${OPENSSLLIB} -lssl"
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
SNMP_CONFIGURE_WITH= net-snmp