From c888c876d73583216c1cdbb01fd79829f0f9e679 Mon Sep 17 00:00:00 2001 From: Waldemar Konik Date: Tue, 5 Jun 2018 00:23:46 +0200 Subject: [PATCH] python-curl: Fix compilation error after upgrade to 7.43.0.2 Signed-off-by: Waldemar Konik --- lang/python/python-curl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python-curl/Makefile b/lang/python/python-curl/Makefile index 21c46db01..3986b14ab 100644 --- a/lang/python/python-curl/Makefile +++ b/lang/python/python-curl/Makefile @@ -32,7 +32,7 @@ Python module interface to the cURL library. endef define Build/Compile - $(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR)) + $(call Build/Compile/PyMod,,install --with-openssl --prefix=/usr --root=$(PKG_INSTALL_DIR)) endef define Package/python-curl/install