[build] scripts/ci-build.sh w/o --with-wolfssl
WolfSSL is not generally available in *BSD due to WolfSSL limitations. (Might be revisited with the Dec 2020 release of WolfSSL 4.6.0)
This commit is contained in:
parent
4d5405f0a1
commit
73cace9401
|
@ -47,8 +47,7 @@ case "${build}" in
|
|||
--with-gnutls \
|
||||
--with-mbedtls \
|
||||
--with-nss \
|
||||
--with-openssl \
|
||||
--with-wolfssl
|
||||
--with-openssl
|
||||
make
|
||||
make check
|
||||
;;
|
||||
|
@ -75,7 +74,6 @@ case "${build}" in
|
|||
-DWITH_NETTLE=ON \
|
||||
-DWITH_NSS=ON \
|
||||
-DWITH_OPENSSL=ON \
|
||||
-DWITH_WOLFSSL=ON \
|
||||
-DWITH_WEBDAV_LOCKS=ON \
|
||||
-DWITH_WEBDAV_PROPS=ON \
|
||||
..
|
||||
|
|
Loading…
Reference in New Issue