aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-01-24 19:59:13 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-01-24 19:59:13 +0000
commit9d68828fa89431d7b4234542fcdc5f3a904e6151 (patch)
tree4dfad0fc110735c93f4fdb93d61bb2c6b4841f5a /package/iptables/Makefile
parentbda0711952611b96df93d4bdae34ac1995dce4ec (diff)
downloadmaster-187ad058-9d68828fa89431d7b4234542fcdc5f3a904e6151.tar.gz
master-187ad058-9d68828fa89431d7b4234542fcdc5f3a904e6151.tar.bz2
master-187ad058-9d68828fa89431d7b4234542fcdc5f3a904e6151.zip
[package] iptables: install libip[46]tc into staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 324d5658f7..375f453e45 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -292,7 +292,7 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
mkdir -p $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.{a,so*} $(1)/usr/lib/
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.{a,so*} $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.{a,so*} $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.a $(1)/usr/lib/
mkdir -p $(1)/usr/lib/pkgconfig
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/