projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce905b
)
python-curl: Fix compilation error after upgrade to 7.43.0.2
6191/head
author
Waldemar Konik
<informatyk74@interia.pl>
Mon, 4 Jun 2018 22:23:46 +0000
(
00:23
+0200)
committer
Waldemar Konik
<informatyk74@interia.pl>
Mon, 4 Jun 2018 22:32:20 +0000
(
00:32
+0200)
Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
lang/python/python-curl/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-curl/Makefile
b/lang/python/python-curl/Makefile
index 21c46db01a198a7775610d18e78eb2e7df882d22..3986b14abbad0ebd5237d69d6248762f486b4dd2 100644
(file)
--- 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