mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
python: link with static libs of ssl, crypto for host builds
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -229,6 +229,9 @@ define PyPackage/python/filespec
|
|||||||
-|$(PYTHON_PKG_DIR)
|
-|$(PYTHON_PKG_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
HOST_LDFLAGS += \
|
||||||
|
$$$$(pkg-config --static --libs libcrypto libssl)
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS+= \
|
HOST_CONFIGURE_ARGS+= \
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--without-pymalloc \
|
--without-pymalloc \
|
||||||
|
|||||||
Reference in New Issue
Block a user