1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00

python-curl: Fix compilation error after upgrade to 7.43.0.2

Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
This commit is contained in:
Waldemar Konik 2018-06-05 00:23:46 +02:00
parent cce905b3a9
commit c888c876d7

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