diff --git a/lang/python/Makefile b/lang/python/Makefile index ae9a2146e..ed708b578 100644 --- 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 \