[build] scripts/ci-build.sh --with-nettle
This commit is contained in:
parent
fdf45433c8
commit
f6c79fff94
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue