From 878135cbca2982f209adb7ed1de483ce4c8f0554 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 29 Sep 2016 14:45:12 +0200 Subject: jack2: add needed HOST_PATH --- package/jack2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/jack2/Makefile') diff --git a/package/jack2/Makefile b/package/jack2/Makefile index ecb5304d2..2701eee12 100644 --- a/package/jack2/Makefile +++ b/package/jack2/Makefile @@ -24,13 +24,13 @@ BUILD_STYLE:= manual INSTALL_STYLE:= manual do-configure: - cd $(WRKBUILD) && ./waf configure --alsa --prefix=/usr + cd $(WRKBUILD) && PATH='$(HOST_PATH)' ./waf configure --alsa --prefix=/usr do-build: - cd $(WRKBUILD) && ./waf build + cd $(WRKBUILD) && PATH='$(HOST_PATH)' ./waf build do-install: - cd $(WRKBUILD) && ./waf install --destdir=$(WRKINST) + cd $(WRKBUILD) && PATH='$(HOST_PATH)' ./waf install --destdir=$(WRKINST) jack2-install: $(INSTALL_DIR) $(IDIR_JACK2)/usr/bin -- cgit v1.2.3