Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 03:12:46 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421652 - head/www/mongoose
Message-ID:  <201609100312.u8A3Ck0e010088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Sep 10 03:12:45 2016
New Revision: 421652
URL: https://svnweb.freebsd.org/changeset/ports/421652

Log:
  www/mongoose: Add CFLAGS and LDFLAGS for USES=ssl
  
  Approved by:	SSL blanket

Modified:
  head/www/mongoose/Makefile

Modified: head/www/mongoose/Makefile
==============================================================================
--- head/www/mongoose/Makefile	Sat Sep 10 03:05:36 2016	(r421651)
+++ head/www/mongoose/Makefile	Sat Sep 10 03:12:45 2016	(r421652)
@@ -44,6 +44,8 @@ IPV6_DESC=		Enable IPv6 support
 DEBUG_DESC=		Build with debug enabled
 DEBUG_HEXDUMP_DESC=	Enable hexdump of sent and received traffic
 
+SSL_USES=		ssl
+
 .include <bsd.port.options.mk>
 
 CFLAGS_EXTRA=
@@ -69,8 +71,7 @@ CFLAGS_EXTRA+=-DNS_ENABLE_HEXDUMP
 .endif
 
 .if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL=	YES
-CFLAGS_EXTRA+=	-lssl
+CFLAGS_EXTRA+=	-I${OPENSSLINC} -L${OPENSSLLIB} -lssl
 .endif
 
 .if !empty(PORT_OPTIONS:MDAV) && empty(PORT_OPTIONS:MDIRECTORY_LISTING)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609100312.u8A3Ck0e010088>