From: Jeffery To Date: Mon, 10 Jun 2019 16:14:28 +0000 (+0800) Subject: newt: Update python3-config path X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4300323b1a7d6660dff94678cc3c5d6d372d34f5;p=openwrt-packages.git newt: Update python3-config path The path where python3-config is installed was changed in 64959a1d. This updates that path for this package. Signed-off-by: Jeffery To --- diff --git a/libs/newt/Makefile b/libs/newt/Makefile index 462d35dfc..e70bc3f0c 100644 --- a/libs/newt/Makefile +++ b/libs/newt/Makefile @@ -89,7 +89,7 @@ CONFIGURE_ARGS+= \ --without-gpm-support \ --with-colorsfile=/etc/newt/palette -MAKE_VARS+= PYTHON_CONFIG_PATH="$(STAGING_DIR)/usr/bin" +MAKE_VARS+= PYTHON_CONFIG_PATH="$(STAGING_DIR)/host/bin" Build/Compile=$(call Build/Compile/Default,)