lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit ee88853e04b3caa2bdbfd73a5d991baebf59df10
parent 515468346a77e8ef75c30b98047009fa5c16651b
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date:   Wed, 11 Jan 2017 11:06:57 +0200

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

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

Diffstat:
Mlang/python/Makefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lang/python/Makefile b/lang/python/Makefile @@ -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 \