[Buildroot] [PATCH] package/libcurl: Also specify the CA bundle location
Lance Fredrickson
lancethepants at gmail.com
Thu Apr 17 19:05:43 UTC 2025
From: Lance Fredrickson <lancethepants at gmail.com>
Signed-off-by: Lance Fredrickson <lancethepants at gmail.com>
---
package/libcurl/libcurl.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 2066ba0388..509feeab64 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -67,7 +67,8 @@ endif
ifeq ($(BR2_PACKAGE_LIBCURL_OPENSSL),y)
LIBCURL_DEPENDENCIES += openssl
LIBCURL_CONF_OPTS += --with-openssl=$(STAGING_DIR)/usr \
- --with-ca-path=/etc/ssl/certs
+ --with-ca-path=/etc/ssl/certs \
+ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
else
LIBCURL_CONF_OPTS += --without-openssl
endif
--
2.39.5
More information about the buildroot
mailing list