summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2017-11-12 14:50:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-12 14:51:50 +0100
commitc09518ad39abfeb899813f60fe83cc8c8e34fcdd (patch)
treefc0248758429004c41cc98e0a386eeab90fc97bf
parentb9a522b762ad9ed32f2e082fc04126ce6f5ba5ae (diff)
ltp: add HOST_PATH to pre-configure
-rw-r--r--package/ltp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltp/Makefile b/package/ltp/Makefile
index c3339afc2..71f5cf8e6 100644
--- a/package/ltp/Makefile
+++ b/package/ltp/Makefile
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --with-open-posix-testsuite \
--without-expect
pre-configure:
- $(MAKE) -C $(WRKBUILD) autotools
+ PATH="$(HOST_PATH)" $(MAKE) -C $(WRKBUILD) autotools
# bessel float and mallopt not implemented in uClibc-ng
pre-build: