summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-02 00:53:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-02 00:53:41 +0000
commit26f40c4bd42be0a647da3645b6fdae4a852b9f73 (patch)
tree91fe830866b4e346a3838b4dc4348ed954b27ff5 /package
parent029e43443b53207e388f9fe3ebfe4fdb8dd8a82b (diff)
downloadmaster-31e0f0ae-26f40c4bd42be0a647da3645b6fdae4a852b9f73.tar.gz
master-31e0f0ae-26f40c4bd42be0a647da3645b6fdae4a852b9f73.tar.bz2
master-31e0f0ae-26f40c4bd42be0a647da3645b6fdae4a852b9f73.zip
iptables: install libxtables.so and libiptc.so into staging dir
SVN-Revision: 15550
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 8b0e5ca8d3..ad5d629390 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -270,6 +270,8 @@ endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/.libs/libxtables.so* $(1)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/libiptc/.libs/libiptc.so* $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/include $(1)/usr
endef