From fbf588ed3c54cc8c823d535f3e5f982e2fec9d78 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 10 Jul 2013 14:59:00 +0000 Subject: [PATCH] ipset: force the shell to bash to fix build issues on mac os x Signed-off-by: Felix Fietkau SVN-Revision: 37227 --- package/network/utils/ipset/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index d53b044e26..209a5c261c 100644 --- a/package/network/utils/ipset/Makefile +++ b/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 \ -- 2.30.2