mirror of https://github.com/aria2/aria2
Added build test without libnettle, libgcrypt and openssl.
parent
e6c44871c8
commit
54d341ccc1
|
@ -43,6 +43,8 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Library combinations
|
# Library combinations
|
||||||
|
build "--without-libnettle --without-libgcrypt --without-openssl" \
|
||||||
|
"nodigest"
|
||||||
build "--without-libnettle --with-libgcrypt" "libgcrypt"
|
build "--without-libnettle --with-libgcrypt" "libgcrypt"
|
||||||
build "--without-gnutls" "openssl"
|
build "--without-gnutls" "openssl"
|
||||||
build "--without-gnutls --without-openssl" "nossl"
|
build "--without-gnutls --without-openssl" "nossl"
|
||||||
|
|
Loading…
Reference in New Issue