mirror of
https://github.com/aria2/aria2.git
synced 2024-12-29 14:14:53 +00:00
Added build test without libnettle, libgcrypt and openssl.
This commit is contained in:
parent
e6c44871c8
commit
54d341ccc1
@ -43,6 +43,8 @@ case "$1" in
|
||||
;;
|
||||
*)
|
||||
# Library combinations
|
||||
build "--without-libnettle --without-libgcrypt --without-openssl" \
|
||||
"nodigest"
|
||||
build "--without-libnettle --with-libgcrypt" "libgcrypt"
|
||||
build "--without-gnutls" "openssl"
|
||||
build "--without-gnutls --without-openssl" "nossl"
|
||||
|
Loading…
Reference in New Issue
Block a user