Date: Thu, 17 Jul 2014 08:46:41 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362125 - head/security/openssl_tpm_engine Message-ID: <201407170846.s6H8kfxD040913@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407170846.s6H8kfxD040913>