summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 15:53:11 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-16 15:53:11 -0500
commitf6c79fff94d90c8d2e67f273e6493aae90d196b1 (patch)
treec77258276bda3142c207d2ec1915cda9b10f9267 /scripts
parentfdf45433c8e487f5a70a14a6e91873bc27e7dfb2 (diff)
downloadlighttpd-git-f6c79fff94d90c8d2e67f273e6493aae90d196b1.tar.gz
[build] scripts/ci-build.sh --with-nettle
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index dd318e52..2fd8e1cb 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -22,6 +22,7 @@ case "${build}" in
--with-webdav-props --with-webdav-locks --with-gdbm \
--with-memcached --with-lua --with-libev --with-libunwind \
--with-krb5 \
+ --with-nettle \
--with-gnutls \
--with-mbedtls \
--with-nss \
@@ -42,6 +43,7 @@ case "${build}" in
--with-webdav-props --with-webdav-locks --with-gdbm \
--with-memcached --with-lua --with-libev --with-libunwind \
--with-krb5 --with-sasl \
+ --with-nettle \
--with-gnutls \
--with-mbedtls \
--with-nss \
@@ -70,6 +72,7 @@ case "${build}" in
-DWITH_PGSQL=ON \
-DWITH_GNUTLS=ON \
-DWITH_MBEDTLS=ON \
+ -DWITH_NETTLE=ON \
-DWITH_NSS=ON \
-DWITH_OPENSSL=ON \
-DWITH_WOLFSSL=ON \