This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[setup] branch openssl, updated. release_2.870-6-gfe612e4




https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;h=fe612e4fb951ae7465a0762851af4ebf58723734

commit fe612e4fb951ae7465a0762851af4ebf58723734
Author: Corinna Vinschen <corinna@vinschen.de>
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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]