From c09518ad39abfeb899813f60fe83cc8c8e34fcdd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 12 Nov 2017 14:50:52 +0100 Subject: ltp: add HOST_PATH to pre-configure --- package/ltp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/ltp') 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: -- cgit v1.2.3