mirror of https://github.com/OpenIPC/firmware.git
Experiment with SSL certificates
parent
c4fb6efa57
commit
3e6d721e6a
File diff suppressed because it is too large
Load Diff
|
@ -69,7 +69,8 @@ endif
|
|||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL_OPENIPC_MBEDTLS),y)
|
||||
LIBCURL_OPENIPC_CONF_OPTS += --with-mbedtls=$(STAGING_DIR)/usr \
|
||||
--with-ca-path=/etc/ssl/certs
|
||||
--with-ca-path=/etc/ssl/certs \
|
||||
--with-ca-bundle=$(TOPDIR)/../general/package/libcurl-openipc/files/ca-certificates.crt
|
||||
LIBCURL_OPENIPC_DEPENDENCIES += mbedtls-openipc
|
||||
else
|
||||
LIBCURL_OPENIPC_CONF_OPTS += --without-mbedtls
|
||||
|
|
Loading…
Reference in New Issue