diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 12:24:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 12:24:37 +0000 |
commit | 93372a3e69e22c31e4664b8d791de4e08416fea4 (patch) | |
tree | a04d9a3c727b796a9963a9cd89a6623d1452d584 /package | |
parent | 49b894ff4ed91dbca2b34e214eb4de74489d6b45 (diff) | |
download | upstream-93372a3e69e22c31e4664b8d791de4e08416fea4.tar.gz upstream-93372a3e69e22c31e4664b8d791de4e08416fea4.tar.bz2 upstream-93372a3e69e22c31e4664b8d791de4e08416fea4.zip |
iptables: fix build error if only libraries are selected
SVN-Revision: 32102
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/patches/200-configurable_builtin.patch | 2 |
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 e61d8ab765..9f9cc387c3 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: |