Browse Source

python: link with static libs of ssl, crypto for host builds

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 8 years ago
parent
commit
ee88853e04
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      lang/python/Makefile

+ 3
- 0
lang/python/Makefile View File

@ -229,6 +229,9 @@ define PyPackage/python/filespec
-|$(PYTHON_PKG_DIR)
endef
HOST_LDFLAGS += \
$$$$(pkg-config --static --libs libcrypto libssl)
HOST_CONFIGURE_ARGS+= \
--without-cxx-main \
--without-pymalloc \


Loading…
Cancel
Save