mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Change BUILD scripts to use with-ssl=system
This commit is contained in:
parent
5910bc1f3d
commit
684f7f81a0
1 changed files with 4 additions and 2 deletions
|
@ -126,8 +126,10 @@ get_make_parallel_flag
|
|||
# SSL library to use.--with-ssl will select our bundled yaSSL
|
||||
# implementation of SSL. --with-ssl=yes will first try system library
|
||||
# then the bundled one --with-ssl=system will use the system library.
|
||||
# We use bundled by default as this is guaranteed to work with Galera
|
||||
SSL_LIBRARY=--with-ssl
|
||||
# We normally use bundled by default as this is guaranteed to work with Galera
|
||||
# However as bundled gives problem on SuSE with tls_version1.test, system
|
||||
# is used
|
||||
SSL_LIBRARY=--with-ssl=system
|
||||
|
||||
if [ "x$warning_mode" = "xpedantic" ]; then
|
||||
warnings="-W -Wall -ansi -pedantic -Wno-long-long -Wno-unused -D_POSIX_SOURCE"
|
||||
|
|
Loading…
Reference in a new issue