From owner-svn-ports-all@FreeBSD.ORG Thu Jul 17 08:46:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50AD73DE; Thu, 17 Jul 2014 08:46:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E36D2DF0; Thu, 17 Jul 2014 08:46:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6H8kfHX040914; Thu, 17 Jul 2014 08:46:41 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6H8kfxD040913; Thu, 17 Jul 2014 08:46:41 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407170846.s6H8kfxD040913@svn.freebsd.org> From: John Marino Date: Thu, 17 Jul 2014 08:46:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362125 - head/security/openssl_tpm_engine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2014 08:46:41 -0000 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