diff options
author | msvensson@shellback.(none) <> | 2006-10-12 12:11:23 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-10-12 12:11:23 +0200 |
commit | 42a227e96741ed72374440c5b3b932289bc86115 (patch) | |
tree | a90615e06ddf6d741a05b19d31c066e08db843c6 /netware | |
parent | 5741683d1203eafb9fbc6493e2aeacd61a183ada (diff) | |
download | mariadb-git-42a227e96741ed72374440c5b3b932289bc86115.tar.gz |
Switch to use yaSSL instead of OpenSSL on Netware
Diffstat (limited to 'netware')
-rw-r--r-- | netware/BUILD/compile-netware-max | 2 | ||||
-rw-r--r-- | netware/BUILD/compile-netware-max-debug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/netware/BUILD/compile-netware-max b/netware/BUILD/compile-netware-max index ec737d4615c..3286c3c693b 100644 --- a/netware/BUILD/compile-netware-max +++ b/netware/BUILD/compile-netware-max @@ -15,7 +15,7 @@ suffix="max" extra_configs=" \ --with-innodb \ --with-embedded-server \ - --with-openssl \ + --with-yassl \ " . $path/compile-netware-END diff --git a/netware/BUILD/compile-netware-max-debug b/netware/BUILD/compile-netware-max-debug index ea3553ae6e1..e3155cbd7d7 100644 --- a/netware/BUILD/compile-netware-max-debug +++ b/netware/BUILD/compile-netware-max-debug @@ -15,7 +15,7 @@ extra_configs=" \ --with-innodb \ --with-debug=full \ --with-embedded-server \ - --with-openssl \ + --with-yassl \ " . $path/compile-netware-END |