mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Switch to use yaSSL instead of OpenSSL on Netware
This commit is contained in:
parent
4d45abc5d2
commit
aed3bd413d
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ suffix="max"
|
|||
extra_configs=" \
|
||||
--with-innodb \
|
||||
--with-embedded-server \
|
||||
--with-openssl \
|
||||
--with-yassl \
|
||||
"
|
||||
|
||||
. $path/compile-netware-END
|
||||
|
|
|
@ -15,7 +15,7 @@ extra_configs=" \
|
|||
--with-innodb \
|
||||
--with-debug=full \
|
||||
--with-embedded-server \
|
||||
--with-openssl \
|
||||
--with-yassl \
|
||||
"
|
||||
|
||||
. $path/compile-netware-END
|
||||
|
|
Loading…
Reference in a new issue