projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2188b4f
)
install iptables devel headers into the staging dir
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 26 Nov 2006 22:34:15 +0000
(22:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 26 Nov 2006 22:34:15 +0000
(22:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5650
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
76014aa
..
862797e
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-183,6
+183,7
@@
define Build/InstallDev
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
DESTDIR="$(STAGING_DIR)" \
install install-devel
+ $(CP) $(PKG_BUILD_DIR)/include $(STAGING_DIR)/usr
endef
define Build/UninstallDev