diff options
-rw-r--r-- | package/ltp/Makefile | 2 |
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: |