Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 07:02:57 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478765 - head/sysutils/rsyslog8
Message-ID:  <201809020702.w8272vOj096749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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