mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 14:24:42 +01:00
python-curl: add ssl locking support to wolfssl
Patch was merged upstream.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from commit 8bdb697671 )
This commit is contained in:
committed by
Josef Schlehofer
parent
07d5a24b16
commit
77b122c207
@@ -73,6 +73,11 @@ ifdef CONFIG_LIBCURL_MBEDTLS
|
||||
PYTHON3_PKG_SETUP_ARGS+=--with-mbedtls
|
||||
endif
|
||||
|
||||
ifdef CONFIG_LIBCURL_WOLFSSL
|
||||
PYTHON_PKG_SETUP_ARGS+=--with-wolfssl
|
||||
PYTHON3_PKG_SETUP_ARGS+=--with-wolfssl
|
||||
endif
|
||||
|
||||
$(eval $(call PyPackage,python-curl))
|
||||
$(eval $(call BuildPackage,python-curl))
|
||||
$(eval $(call BuildPackage,python-curl-src))
|
||||
|
||||
Reference in New Issue
Block a user