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:
e4c6bc7
)
uci: install libucimap to the staging dir
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 Mar 2011 22:41:17 +0000
(22:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 Mar 2011 22:41:17 +0000
(22:41 +0000)
SVN-Revision: 26309
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index c29b5ba35d8c0649efb5992355de9798c0446e8e..233550e3baad5935fedee4dc304db93f38836bea 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))