diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-06 14:05:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-06 14:05:23 +0000 |
commit | 8b25f0eb12bb1956f3513a099169c97374bc2c9c (patch) | |
tree | f2eabea83bf28ad2f225aac9973fdcc5cfd5c1e7 | |
parent | fcc389acdfe7c68150b369958f3a096bb3bc66c5 (diff) | |
download | upstream-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
-rw-r--r-- | package/iptables/Makefile | 4 |
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 |