Switch to use yaSSL instead of OpenSSL on Netware

This commit is contained in:
msvensson@shellback.(none) 2006-10-12 12:11:23 +02:00
parent 5741683d12
commit 42a227e967
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ suffix="max"
extra_configs=" \ extra_configs=" \
--with-innodb \ --with-innodb \
--with-embedded-server \ --with-embedded-server \
--with-openssl \ --with-yassl \
" "
. $path/compile-netware-END . $path/compile-netware-END

View file

@ -15,7 +15,7 @@ extra_configs=" \
--with-innodb \ --with-innodb \
--with-debug=full \ --with-debug=full \
--with-embedded-server \ --with-embedded-server \
--with-openssl \ --with-yassl \
" "
. $path/compile-netware-END . $path/compile-netware-END