Merge pull request #6191 from valdi74/python-curl_fix

python-curl: Fix compilation error after upgrade to 7.43.0.2
This commit is contained in:
Hannu Nyman
2018-06-05 07:22:16 +03:00
committed by GitHub
+1 -1
View File
@@ -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