mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Switch to use yaSSL instead of OpenSSL on Netware
This commit is contained in:
parent
5741683d12
commit
42a227e967
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue