Explorar o código

ltp: add HOST_PATH to pre-configure

Waldemar Brodkorb %!s(int64=6) %!d(string=hai) anos
pai
achega
c09518ad39
Modificáronse 1 ficheiros con 1 adicións e 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: