python: link with static libs of ssl, crypto for host builds
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
515468346a
commit
ee88853e04
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue