1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 03:29:48 +03:00

install more iptables development stuff into the staging dir

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3713 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-04-29 21:43:26 +00:00
parent b406e8202b
commit 84d7130264

View File

@ -226,10 +226,12 @@ $(eval $(call BuildPackage,ip6tables))
$(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
install-dev: $(STAGING_DIR)/usr/lib/libipq.a
uninstall-dev: