mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Use yaSSL as default for BUILD/* scripts
This commit is contained in:
parent
9f4f77ab90
commit
9cccdf4df4
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ set -e
|
|||
export AM_MAKEFLAGS
|
||||
AM_MAKEFLAGS="-j 4"
|
||||
|
||||
# SSL library to use. Should be changed to --with-yassl
|
||||
SSL_LIBRARY=--with-openssl
|
||||
# SSL library to use.
|
||||
SSL_LIBRARY=--with-yassl
|
||||
|
||||
# If you are not using codefusion add "-Wpointer-arith" to WARNINGS
|
||||
# The following warning flag will give too many warnings:
|
||||
|
|
Loading…
Add table
Reference in a new issue