OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
23-Oct-2006 13:54:19
Branch: HEAD Handle:
2006102312541800
Modified files:
openssl Makefile.shared
Log:
Harmonize dll naming in mingw builds.
Summary:
Revision Changes Path
1.60 +2 -3 openssl/Makefile.shared
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/Makefile.shared
============================================================
================
$ cvs diff -u -r1.59 -r1.60 Makefile.shared
--- openssl/Makefile.shared 23 Oct 2006 07:30:18
-0000 1.59
+++ openssl/Makefile.shared 23 Oct 2006 11:54:18
-0000 1.60
 -260,14 +260,13 
link_a.cygwin:
$(CALC_VERSIONS);
INHIBIT_SYMLINKS=yes;
- SHLIB=cyg$(LIBNAME); def=;
+ SHLIB=cyg$(LIBNAME); SHLIB_SOVER=-$(LIBVERSION); def=;
if expr $(PLATFORM) : 'mingw' > /dev/null; then
- SHLIB=$(LIBNAME);
+ SHLIB=$(LIBNAME); SHLIB_SOVER=32;
def="$(LIBNAME).def";
$(PERL) util/mkdef.pl 32 $(LIBNAME) > $$def;
fi;
SHLIB_SUFFIX=.dll;
- SHLIB_SOVER=-$(LIBVERSION);
ALLSYMSFLAGS='-Wl,--whole-archive';
NOALLSYMSFLAGS='-Wl,--no-whole-archive';
base=; [ $(LIBNAME) = "crypto" ] &&
base=-Wl,--image-base,0x63000000;
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|