Skip to content
Snippets Groups Projects
Commit 4e042e4a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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


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

SVN-Revision: 37227
parent 4a0c312d
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,8 @@ CONFIGURE_ARGS += \ ...@@ -40,7 +40,8 @@ CONFIGURE_ARGS += \
--with-kbuild="$(LINUX_DIR)" --with-kbuild="$(LINUX_DIR)"
MAKE_FLAGS += \ MAKE_FLAGS += \
ARCH="$(LINUX_KARCH)" ARCH="$(LINUX_KARCH)" \
SHELL="$(BASH)"
IPSET_MODULES:= \ IPSET_MODULES:= \
ipset/ip_set \ ipset/ip_set \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment