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

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37227
This commit is contained in:
Felix Fietkau 2013-07-10 14:59:00 +00:00
parent 4a0c312dc3
commit 4e042e4a84

View File

@ -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 \