summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-07 12:24:37 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-07 12:24:37 +0000
commit4ecab5fbfb17ee6edb78d8a00404d1d076861fc1 (patch)
treecc863318a51120694e6ba66c3e213bd55eb9063c /package
parent80a55e8cc7ed3419fc440be8579d7b4ae2a8166c (diff)
iptables: fix build error if only libraries are selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32102 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/iptables/patches/200-configurable_builtin.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/patches/200-configurable_builtin.patch b/package/iptables/patches/200-configurable_builtin.patch
index e61d8ab76..9f9cc387c 100644
--- a/package/iptables/patches/200-configurable_builtin.patch
+++ b/package/iptables/patches/200-configurable_builtin.patch
@@ -39,7 +39,7 @@
+libext4_objs := ${pfx_objs} ${pf4_objs}
+libext6_objs := ${pfx_objs} ${pf6_objs}
+targets += ${pfx_solibs} ${pf4_solibs} ${pf6_solibs}
-+targets_install += ${pfx_solibs} ${pf4_solibs} ${pf6_solibs}
++targets_install := $(strip ${targets_install} ${pfx_solibs} ${pf4_solibs} ${pf6_solibs})
.SECONDARY: