Explorar el Código

ltp: add HOST_PATH to pre-configure

Waldemar Brodkorb hace 6 años
padre
commit
c09518ad39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: