Good afternoon,
   I am installing openssl on a Mac-Intel. I have to introduce the  
folllowing patch to have the package compiler with the zlib  
configuration option

--- ./work/openssl-0.9.7j/Makefile.org.ori      2006-04-24  
15:32:57.000000000 +0200
+++ ./work/openssl-0.9.7j/Makefile.org  2006-11-10 12:26:33.000000000  
+0100
@@ -334,7 +334,7 @@
         fi; \
         ( set -x; $${FIPSLD:-${CC}} ${SHARED_LDFLAGS} \
                 --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \
-               lib$$i.a $$libs -all_load -current_version $ 
{SHLIB_MAJOR}.${SHLIB_MINOR} \
+               lib$$i.a $$libs ${EX_LIBS} -all_load -current_version  
${SHLIB_MAJOR}.${SHLIB_MINOR} \
                 -compatibility_version ${SHLIB_MAJOR}.`echo $ 
{SHLIB_MINOR} | cut -d. -f1` \
                 -install_name ${INSTALLTOP}/lib/lib$$i${SHLIB_EXT} )  
|| exit 1; \
         libs="-l`basename $$i${SHLIB_EXT} .dylib` $$libs"; \


Thanks for consider this. Best regartds,

Federico Carminati
CERN-PH
1211 Geneva 23
Switzerland
Tel: +41 22 76 74959
Fax: +41 22 76 79480
Mobile: +41 76 487 4843

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to