summaryrefslogtreecommitdiffstats
path: root/package/gpm/gpm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/gpm/gpm.mk')
-rw-r--r--package/gpm/gpm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gpm/gpm.mk b/package/gpm/gpm.mk
index 85fdad6ff8..d927bab1ce 100644
--- a/package/gpm/gpm.mk
+++ b/package/gpm/gpm.mk
@@ -27,7 +27,7 @@ GPM_CONF_OPT = --without-curses
# configure is missing but gpm seems not compatible with our autoreconf
# mechanism so we have to do it manually instead of using GPM_AUTORECONF = YES
define GPM_RUN_AUTOGEN
- cd $(@D) && PATH=$(HOST_PATH) ./autogen.sh
+ cd $(@D) && PATH=$(BR_PATH) ./autogen.sh
endef
GPM_PRE_CONFIGURE_HOOKS += GPM_RUN_AUTOGEN
OpenPOWER on IntegriCloud