View | Details | Raw Unified | Return to bug 223171
Collapse All | Expand All

(-)dns/unbound/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	unbound
4
PORTNAME=	unbound
5
PORTVERSION=	1.6.7
5
PORTVERSION=	1.6.7
6
PORTREVISION=	1
6
CATEGORIES=	dns
7
CATEGORIES=	dns
7
MASTER_SITES=	http://unbound.net/downloads/
8
MASTER_SITES=	http://unbound.net/downloads/
8
9
(-)dns/unbound/files/patch-configure.ac (+11 lines)
Line 0 Link Here
1
--- configure.ac.orig	2017-09-18 07:49:41 UTC
2
+++ configure.ac
3
@@ -679,7 +679,7 @@ AC_ARG_WITH([nettle], AC_HELP_STRING([--
4
 if test $USE_NSS = "no" -a $USE_NETTLE = "no"; then
5
 ACX_WITH_SSL
6
 ACX_LIB_SSL
7
-SSLLIB="-lssl"
8
+SSLLIB="$LIBSSL_LDFLAGS -lssl"
9
 
10
 # check if -lcrypt32 is needed because CAPIENG needs that. (on windows)
11
 BAKLIBS="$LIBS"

Return to bug 223171