From f6c79fff94d90c8d2e67f273e6493aae90d196b1 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 16 Jan 2021 15:53:11 -0500 Subject: [build] scripts/ci-build.sh --with-nettle --- scripts/ci-build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/ci-build.sh') 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 \ -- cgit v1.2.1