Date: Wed, 24 Oct 2018 10:50:16 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482900 - head/security/pkcs11-helper Message-ID: <201810241050.w9OAoGXw087847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810241050.w9OAoGXw087847>