Dear OpenSSL developers,The following patch fixes the warning emitted by ./config on the Apple platform to include the correct invocation for a 64bits build. It also ignores the built libraries, which on this platform have a '.dylib' suffix:
Index: .cvsignore
===================================================================
RCS file: /home/openssl/cvs/openssl/.cvsignore,v
retrieving revision 1.13
diff -u -u -r1.13 .cvsignore
--- .cvsignore 17 Apr 2008 10:19:03 -0000 1.13
+++ .cvsignore 20 Oct 2008 19:19:14 -0000
@@ -21,3 +21,4 @@
semantic.cache
Makefile
*.dll*
+*.dylib
Index: config
===================================================================
RCS file: /home/openssl/cvs/openssl/config,v
retrieving revision 1.167
diff -u -u -r1.167 config
--- config 18 Dec 2007 17:33:45 -0000 1.167
+++ config 20 Oct 2008 19:19:14 -0000
@@ -540,7 +540,7 @@
ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
if [ "$ISA64" = "1" ]; then
echo "WARNING! If you wish to build 64-bit library, then you
have to"
- echo " invoke './Configure darwin64-x86_86-cc'
*manually*."
+ echo " invoke './Configure darwin64-x86_64-cc'
*manually*."
if [ "$TEST" = "false" -a -t 1 ]; then
echo " You have about 5 seconds to press Ctrl-C to
abort."
(trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read
waste) <&1
Thanks, S. -- [EMAIL PROTECTED] http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
openssl_config_darwin_warning.patch
Description: Binary data
smime.p7s
Description: S/MIME cryptographic signature
