From: nbd Date: Sat, 29 Apr 2006 21:43:26 +0000 (+0000) Subject: install more iptables development stuff into the staging dir X-Git-Tag: fast2504n-3.10.28-merged~23023 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=3af6e8736a065d71f7bab9001995b0913b77d7c4;p=openwrt.git install more iptables development stuff into the staging dir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3713 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index f16ac8be48..73156b9c68 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -108,10 +108,12 @@ $(IPKG_IP6TABLES): $(IPKG_BUILD) $(IDIR_IP6TABLES) $(PACKAGE_DIR) $(STAGING_DIR)/usr/lib/libipq.a: $(PKG_BUILD_DIR)/.built - mkdir -p $(STAGING_DIR)/usr/include - $(CP) $(PKG_INSTALL_DIR)/usr/include/libipq.h $(STAGING_DIR)/usr/include/ - mkdir -p $(STAGING_DIR)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.a $(STAGING_DIR)/usr/lib/ + $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ + CC=$(TARGET_CC) COPT_FLAGS="$(TARGET_CFLAGS)" \ + KERNEL_DIR=$(LINUX_DIR) PREFIX=/usr \ + DESTDIR="$(STAGING_DIR)" \ + install install-devel layer7-install: mkdir -p $(IDIR_IPTABLES_MOD_FILTER)/etc/l7-protocols