projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0efd04
)
we don't need the libiptc library
author
Imre Kaloz
<kaloz@openwrt.org>
Wed, 29 Apr 2009 13:55:49 +0000
(13:55 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Wed, 29 Apr 2009 13:55:49 +0000
(13:55 +0000)
SVN-Revision: 15487
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index dbfc0d7167aa3f7e4abee8e078978612430e68c9..cfce37769ceff86b17e5f8ce90e58b2abc93a160 100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-272,7
+272,6
@@
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/include $(1)/usr
- $(CP) $(PKG_BUILD_DIR)/libiptc/libiptc.a $(1)/usr/lib
endef
define Package/iptables/install