svn commit: r478765 - head/sysutils/rsyslog8

Matthew Seaman matthew at FreeBSD.org
Sun Sep 2 07:02:58 UTC 2018


Author: matthew
Date: Sun Sep  2 07:02:57 2018
New Revision: 478765
URL: https://svnweb.freebsd.org/changeset/ports/478765

Log:
  Second try at fixing linking problems with the OPENSSL option is selected.
  
  PR:		230913
  Submitted by:	Axel.Rau at Chaos1.DE

Modified:
  head/sysutils/rsyslog8/Makefile

Modified: head/sysutils/rsyslog8/Makefile
==============================================================================
--- head/sysutils/rsyslog8/Makefile	Sun Sep  2 07:01:28 2018	(r478764)
+++ head/sysutils/rsyslog8/Makefile	Sun Sep  2 07:02:57 2018	(r478765)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rsyslog
 PORTVERSION=	8.37.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 
@@ -75,7 +75,7 @@ MYSQL_PORTDOCS=		plugins/ommysql/createDB.sql
 
 OPENSSL_USES=		ssl
 OPENSSL_CONFIGURE_ENABLE=	openssl
-OPENSSL_CONFIGURE_ENV=	OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" \
+OPENSSL_CONFIGURE_ENV=	OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
 			OPENSSL_CFLAGS="-I ${OPENSSLINC}"
 OPENSSL_PLIST_FILES=	lib/rsyslog/lmnsd_ossl.so
 


More information about the svn-ports-all mailing list