|
|
@ -38,6 +38,8 @@ HOST_BUILD_PARALLEL:=1 |
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/Python-$(PKG_VERSION) |
|
|
|
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/Python-$(PKG_VERSION) |
|
|
|
|
|
|
|
PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_python3-setuptools CONFIG_PACKAGE_python3-pip |
|
|
|
|
|
|
|
PKG_BUILD_DEPENDS:=python3/host |
|
|
|
HOST_BUILD_DEPENDS:=bzip2/host expat/host libffi/host |
|
|
|
|
|
|
@ -251,6 +253,7 @@ define Py3Package/python3/filespec |
|
|
|
endef |
|
|
|
|
|
|
|
HOST_LDFLAGS += \
|
|
|
|
-Wl,--no-as-needed -lrt \
|
|
|
|
$$$$(pkg-config --static --libs libcrypto libssl) |
|
|
|
|
|
|
|
HOST_CONFIGURE_ARGS+= \
|
|
|
|