package/libcurl: fix configure options for GnuTLS
Buildroot commitfb5fb06ee5bumped libcurl to 8.16.0 which includes commit2f6524ce3cto limit the use of the configure option --with-ca-fallback to OpenSSL causing build errors with GnuTLS: configure: error: --with-ca-fallback only works with OpenSSL Fixes: https://autobuild.buildroot.net/results/64f/64fad87dddecda1e8ff6b0a9abc0b827b5136e4f/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Reviewed-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
702220925f
commit
15df9ec173
@@ -68,8 +68,7 @@ LIBCURL_CONF_OPTS += --without-openssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL_GNUTLS),y)
|
||||
LIBCURL_CONF_OPTS += --with-gnutls=$(STAGING_DIR)/usr \
|
||||
--with-ca-fallback
|
||||
LIBCURL_CONF_OPTS += --with-gnutls=$(STAGING_DIR)/usr
|
||||
LIBCURL_DEPENDENCIES += gnutls
|
||||
else
|
||||
LIBCURL_CONF_OPTS += --without-gnutls
|
||||
|
||||
Reference in New Issue
Block a user