svn commit: r485941 - head/www/nginx

Jochen Neumeister joneum at FreeBSD.org
Mon Nov 26 13:58:10 UTC 2018


Author: joneum
Date: Mon Nov 26 13:58:09 2018
New Revision: 485941
URL: https://svnweb.freebsd.org/changeset/ports/485941

Log:
  Fix for build OpenSSL, set the correct library path
  
  PR:		233243
  Submitted by:	brnrd
  Reported by:	reko.turja at liukuma.net
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Mon Nov 26 12:53:19 2018	(r485940)
+++ head/www/nginx/Makefile	Mon Nov 26 13:58:09 2018	(r485941)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.14.1
-PORTREVISION?=	1
+PORTREVISION?=	2
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/ \
@@ -166,6 +166,7 @@ HTTP_REWRITE_CONFIGURE_OFF=	--without-http_rewrite_mod
 HTTP_SECURE_LINK_CONFIGURE_ON=	--with-http_secure_link_module
 HTTP_SLICE_CONFIGURE_ON=	--with-http_slice_module
 HTTP_SSL_CONFIGURE_ON=		--with-http_ssl_module
+HTTP_SSL_USE=				openssl_rpath
 HTTP_SSL_USES=			ssl
 HTTP_STATUS_CONFIGURE_ON=	--with-http_stub_status_module
 HTTP_SUB_CONFIGURE_ON=		--with-http_sub_module


More information about the svn-ports-all mailing list