projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7beb69
)
uci: install libucimap to the staging dir
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 26 Mar 2011 22:41:17 +0000
(22:41 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 26 Mar 2011 22:41:17 +0000
(22:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26309
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
c29b5ba
..
233550e
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-78,6
+78,7
@@
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.a $(1)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/libucimap.a $(1)/usr/lib
endef
$(eval $(call BuildPackage,uci))
This page took
0.020794 seconds
and
4
git commands to generate.