From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11754 invoked by alias); 24 Mar 2015 19:23:30 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 11732 invoked by uid 9078); 24 Mar 2015 19:23:30 -0000 Date: Tue, 24 Mar 2015 19:23:00 -0000 Message-ID: <20150324192329.11706.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup] branch openssl, updated. release_2.870-6-gfe612e4 X-Git-Refname: refs/heads/openssl X-Git-Reftype: branch X-Git-Oldrev: 049451d1888af456791824d15aff9d0c39c56cd7 X-Git-Newrev: fe612e4fb951ae7465a0762851af4ebf58723734 X-SW-Source: 2015-q1/txt/msg00044.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;h=fe612e4fb951ae7465a0762851af4ebf58723734 commit fe612e4fb951ae7465a0762851af4ebf58723734 Author: Corinna Vinschen Date: Tue Mar 24 20:23:01 2015 +0100 Link against OpenSSL libcrypto.a Diff: --- Makefile.am | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 88330d5..a03f7b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,8 +102,9 @@ inilint_SOURCES = \ String++.h @SETUP@_LDADD = \ - libgetopt++/libgetopt++.la -lgcrypt -lgpg-error -llzma -lbz2 -lz \ - -lshlwapi -lcomctl32 -lole32 -lwsock32 -lpsapi -luuid -lntdll -lwininet -lmingw32 + libgetopt++/libgetopt++.la -lgcrypt -lcrypto -lgpg-error -llzma -lbz2 \ + -lz -lshlwapi -lcomctl32 -lole32 -lwsock32 -lpsapi -luuid -lntdll \ + -lwininet -lmingw32 @SETUP@_LDFLAGS = -mwindows -Wc,-static -static-libtool-libs @SETUP@_SOURCES = \ AntiVirus.cc \