Parcourir la source

ltp: add HOST_PATH to pre-configure

Waldemar Brodkorb il y a 6 ans
Parent
commit
c09518ad39
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: