build: BSD compile fixes
[openwrt/svn-archive/archive.git] / include / host-build.mk
index 320e74ee47d0b1fbd140867794df2c07301e9fd4..126671a0b3d3ce8718c19b022efaf64602ce647a 100644 (file)
@@ -71,7 +71,7 @@ HOST_CONFIGURE_ARGS = \
 
 HOST_MAKE_FLAGS =
 
-HOST_CONFIGURE_CMD = ./configure
+HOST_CONFIGURE_CMD = $(BASH) ./configure
 
 ifneq ($(HOST_OS),Darwin)
   ifeq ($(CONFIG_BUILD_STATIC_TOOLS),y)