intltool: fix broken compile on WSL 9673/head
authorAnsuel Smith <ansuelsmth@gmail.com>
Wed, 7 Aug 2019 11:42:26 +0000 (13:42 +0200)
committerAnsuel Smith <ansuelsmth@gmail.com>
Wed, 7 Aug 2019 11:42:26 +0000 (13:42 +0200)
If PATH contains space, like in WSL where you have also Windows dir, compilation of this package is broken.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
libs/intltool/Makefile

index 93952271ad231168125195ce6304dccf7e95db06..244f59995a729d6c1aa5eca787d8be3cbd400164 100644 (file)
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk
 
 HOST_CONFIGURE_VARS+= \
-        PATH=$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)
+        PATH="$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)"
 
 define Package/intltool
   SECTION:=libs