Add ssl certs path

pull/38/head
Igor Zalatov (from Citadel PC) 2021-08-08 22:32:16 +03:00
parent 4b504d1e1d
commit c4fb6efa57
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ LIBCURL_OPENIPC_CONF_OPTS += --without-nss
endif
ifeq ($(BR2_PACKAGE_LIBCURL_OPENIPC_MBEDTLS),y)
LIBCURL_OPENIPC_CONF_OPTS += --with-mbedtls=$(STAGING_DIR)/usr
LIBCURL_OPENIPC_CONF_OPTS += --with-mbedtls=$(STAGING_DIR)/usr \
--with-ca-path=/etc/ssl/certs
LIBCURL_OPENIPC_DEPENDENCIES += mbedtls-openipc
else
LIBCURL_OPENIPC_CONF_OPTS += --without-mbedtls