svn commit: r482900 - head/security/pkcs11-helper

Alex Dupre ale at FreeBSD.org
Wed Oct 24 13:16:08 UTC 2018


Author: ale
Date: Wed Oct 24 10:50:16 2018
New Revision: 482900
URL: https://svnweb.freebsd.org/changeset/ports/482900

Log:
  Fix build with openssl 1.1.x.

Modified:
  head/security/pkcs11-helper/Makefile

Modified: head/security/pkcs11-helper/Makefile
==============================================================================
--- head/security/pkcs11-helper/Makefile	Wed Oct 24 10:35:53 2018	(r482899)
+++ head/security/pkcs11-helper/Makefile	Wed Oct 24 10:50:16 2018	(r482900)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pkcs11-helper
 PORTVERSION=	1.25.1
+PORTREVISION=	1
 CATEGORIES=	security devel
 MASTER_SITES=	https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${PORTVERSION}/
 
@@ -20,7 +21,7 @@ USES=		libtool:keepla pathfix pkgconfig tar:bzip2 ssl
 USE_LDCONFIG=	yes
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
-		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
+		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
 
 CONFIGURE_ARGS=	--disable-crypto-engine-gnutls \
 		--disable-crypto-engine-nss \


More information about the svn-ports-head mailing list