git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3acd543
)
newt: Update python3-config path
author
Jeffery To
<redacted>
Mon, 10 Jun 2019 16:14:28 +0000
(
00:14
+0800)
committer
Jeffery To
<redacted>
Mon, 10 Jun 2019 16:14:28 +0000
(
00:14
+0800)
The path where python3-config is installed was changed in
64959a1d
. This
updates that path for this package.
Signed-off-by: Jeffery To <redacted>
libs/newt/Makefile
patch
|
blob
|
history
diff --git
a/libs/newt/Makefile
b/libs/newt/Makefile
index 462d35dfc4bb3774b86306fb5668730060855d00..e70bc3f0cdc73f5f657aedd1b3e8fb4edfb834ea 100644
(file)
--- 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,)
git clone https://git.99rst.org/PROJECT