Browse Source

ltp: add HOST_PATH to pre-configure

Waldemar Brodkorb 6 years ago
parent
commit
c09518ad39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/ltp/Makefile

+ 1 - 1
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: