diff options
author | unknown <msvensson@neptunus.(none)> | 2006-05-17 13:59:37 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-05-17 13:59:37 +0200 |
commit | 85e6e44fba17f681486e4d2a36a3835bb71c943f (patch) | |
tree | 76f622e28dae11dcd5fa94d93d075570a9ba2eef /BUILD/compile-pentium-debug-openssl | |
parent | 52d9820b915a0266e0be3b14e925d9654f5d3b7f (diff) | |
download | mariadb-git-85e6e44fba17f681486e4d2a36a3835bb71c943f.tar.gz |
BUG#18818 configure: No longer finds OpenSSL on Mac OS X
- Implement new switch --with-ssl to configure used for both bundled yaSSL or OpenSSL
BitKeeper/deleted/.del-yassl.m4~e55e55c1e863abaf:
Delete: config/ac-macros/yassl.m4
BitKeeper/deleted/.del-openssl.m4~41cebd0ba8281769:
Delete: config/ac-macros/openssl.m4
BUILD/SETUP.sh:
Use switch --with-ssl to configure
BUILD/compile-pentium-debug-openssl:
Use switch --with-ssl to configure
BUILD/compile-pentium-debug-yassl:
Use switch --with-ssl to configure
configure.in:
Change to use the MYSQL_CHECK_SSL macro from ssl.m4
config/ac-macros/ssl.m4:
New BitKeeper file ``config/ac-macros/ssl.m4''
Diffstat (limited to 'BUILD/compile-pentium-debug-openssl')
-rwxr-xr-x | BUILD/compile-pentium-debug-openssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-openssl b/BUILD/compile-pentium-debug-openssl index 91c3b448c7e..2e24dbfd2f1 100755 --- a/BUILD/compile-pentium-debug-openssl +++ b/BUILD/compile-pentium-debug-openssl @@ -6,6 +6,6 @@ path=`dirname $0` extra_flags="$pentium_cflags $debug_cflags" extra_configs="$pentium_configs $debug_configs" -extra_configs="$extra_configs --with-debug=full --with-openssl" +extra_configs="$extra_configs --with-debug=full --with-ssl=/usr" . "$path/FINISH.sh" |