projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747a5fa
)
ipset: force the shell to bash to fix build issues on mac os x
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 10 Jul 2013 14:59:00 +0000
(14:59 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 10 Jul 2013 14:59:00 +0000
(14:59 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37227
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/utils/ipset/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/ipset/Makefile
b/package/network/utils/ipset/Makefile
index
d53b044
..
209a5c2
100644
(file)
--- 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 \