From: Waldemar Konik Date: Mon, 4 Jun 2018 22:23:46 +0000 (+0200) Subject: python-curl: Fix compilation error after upgrade to 7.43.0.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c888c876d73583216c1cdbb01fd79829f0f9e679;p=openwrt-packages.git python-curl: Fix compilation error after upgrade to 7.43.0.2 Signed-off-by: Waldemar Konik --- 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