Ver código fonte

ipset: force the shell to bash to fix build issues on mac os x

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37227
Felix Fietkau 12 anos atrás
pai
commit
4e042e4a84
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      package/network/utils/ipset/Makefile

+ 2 - 1
package/network/utils/ipset/Makefile

@@ -40,7 +40,8 @@ CONFIGURE_ARGS += \
 	--with-kbuild="$(LINUX_DIR)"
 
 MAKE_FLAGS += \
-	ARCH="$(LINUX_KARCH)"
+	ARCH="$(LINUX_KARCH)" \
+	SHELL="$(BASH)"
 
 IPSET_MODULES:= \
 	ipset/ip_set \