aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-06 14:05:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-06-06 14:05:23 +0000
commit8b25f0eb12bb1956f3513a099169c97374bc2c9c (patch)
treef2eabea83bf28ad2f225aac9973fdcc5cfd5c1e7 /package/iptables
parentfcc389acdfe7c68150b369958f3a096bb3bc66c5 (diff)
downloadupstream-8b25f0eb12bb1956f3513a099169c97374bc2c9c.tar.gz
upstream-8b25f0eb12bb1956f3513a099169c97374bc2c9c.tar.bz2
upstream-8b25f0eb12bb1956f3513a099169c97374bc2c9c.zip
AA: iptables: backport r36867 (#13653)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36869 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 45a1c8766f..e36a0935dc 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -387,6 +387,10 @@ define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libiptc.pc $(1)/usr/lib/pkgconfig/
+
+ # XXX: needed by firewall3
+ $(INSTALL_DIR) $(1)/usr/lib/iptables
+ $(CP) $(PKG_BUILD_DIR)/extensions/libext*.a $(1)/usr/lib/iptables/
endef
define Package/iptables/install