Browse Source

Merge pull request #6191 from valdi74/python-curl_fix

python-curl: Fix compilation error after upgrade to 7.43.0.2
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
d9efc1d7df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/python-curl/Makefile

+ 1
- 1
lang/python/python-curl/Makefile 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


Loading…
Cancel
Save