svn commit: r362125 - head/security/openssl_tpm_engine
John Marino
marino at FreeBSD.org
Thu Jul 17 08:46:41 UTC 2014
Author: marino
Date: Thu Jul 17 08:46:40 2014
New Revision: 362125
URL: http://svnweb.freebsd.org/changeset/ports/362125
QAT: https://qat.redports.org/buildarchive/r362125/
Log:
security/openssl_tpm-engine: explicitly link libcrypto
Modified:
head/security/openssl_tpm_engine/Makefile
Modified: head/security/openssl_tpm_engine/Makefile
==============================================================================
--- head/security/openssl_tpm_engine/Makefile Thu Jul 17 08:36:53 2014 (r362124)
+++ head/security/openssl_tpm_engine/Makefile Thu Jul 17 08:46:40 2014 (r362125)
@@ -19,7 +19,7 @@ USES= gmake libtool
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -lcrypto
CFLAGS+= -I${LOCALBASE}/include
SUB_FILES= pkg-message
PORTEXAMPLES= openssl.cnf.sample
More information about the svn-ports-head
mailing list