diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-14 17:26:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-14 17:26:39 +0000 |
commit | 1a4e4a385044d01d06f7ce88213132a6ca93d022 (patch) | |
tree | 64229161455c39d85b03560be11cb4e18bc0f346 /package/iptables/Makefile | |
parent | 50bf15dd262a4e60503222b0cd9dcfb3cd55d749 (diff) | |
download | upstream-1a4e4a385044d01d06f7ce88213132a6ca93d022.tar.gz upstream-1a4e4a385044d01d06f7ce88213132a6ca93d022.tar.bz2 upstream-1a4e4a385044d01d06f7ce88213132a6ca93d022.zip |
iptables: - supress detection of libnfnetlink and force configure to not use it - fix staging install of libxtables, libiptc and libipq libraries
SVN-Revision: 21799
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 94e3f58b0f..d8698c5de6 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -297,9 +297,9 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.{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/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.so* $(1)/usr/lib/ $(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/ |