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:
parent
cce905b3a9
commit
c888c876d7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Python module interface to the cURL library.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
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
|
endef
|
||||||
|
|
||||||
define Package/python-curl/install
|
define Package/python-curl/install
|
||||||
|
|
Loading…
Reference in a new issue