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:
01-Aug-2007 16:22:37
Branch: OpenSSL-fips-0_9_8-stable Handle:
2007080115223600
Modified files: (Branch:
OpenSSL-fips-0_9_8-stable)
openssl Makefile.shared
Log:
Erroneously omitted code from "jumbo framework
update."
Summary:
Revision Changes Path
1.47.2.10.2.6+4 -2 openssl/Makefile.shared
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/Makefile.shared
============================================================
================
$ cvs diff -u -r1.47.2.10.2.5 -r1.47.2.10.2.6
Makefile.shared
--- openssl/Makefile.shared 1 Aug 2007 11:33:06
-0000 1.47.2.10.2.5
+++ openssl/Makefile.shared 1 Aug 2007 14:22:36
-0000 1.47.2.10.2.6
 -200,8 +200,10 
# to use native NSModule(3) API and refers to dlfcn as
termporary hack.
link_o.darwin:
$(CALC_VERSIONS);
- SHLIB=lib$(LIBNAME);
- SHLIB_SUFFIX=.so;
+ SHLIB=`expr "$$THIS" : '.*/([^/.]*).'`;
+ SHLIB=$${SHLIB:-lib$(LIBNAME)};
+ SHLIB_SUFFIX=`expr "$$THIS" :
'.*(.[^.]*)$$'`;
+ SHLIB_SUFFIX=$${SHLIB_SUFFIX:-.so};
ALLSYMSFLAGS='-all_load';
NOALLSYMSFLAGS='';
SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS)";
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|