summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 15:59:57 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 15:59:57 -0500
commit73cace9401c9d0145c891dec31da1984c4ed382a (patch)
tree09ee03b2caa036cbd301f546180bd602346b2caa /scripts
parent4d5405f0a1b2bc986eeffd21974a4398f4625ead (diff)
downloadlighttpd-git-73cace9401c9d0145c891dec31da1984c4ed382a.tar.gz
[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)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index 2fd8e1cb..610ccbaa 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -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 \
..