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:
be78d52
)
add missing chunk from the last commit
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 11 Feb 2011 02:11:12 +0000
(
02:11
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 11 Feb 2011 02:11:12 +0000
(
02:11
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25460
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libubox/Makefile
patch
|
blob
|
history
diff --git
a/package/libubox/Makefile
b/package/libubox/Makefile
index
9743e8e
..
808a1a0
100644
(file)
--- a/
package/libubox/Makefile
+++ b/
package/libubox/Makefile
@@
-34,7
+34,12
@@
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
define Package/libubox/install
$(INSTALL_DIR) $(1)/lib/
- $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/*.so $(1)/lib/
+ $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libubox.so $(1)/lib/
+endef
+
+define Package/libblobmsg-json/install
+ $(INSTALL_DIR) $(1)/lib/
+ $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libblobmsg_json.so $(1)/lib/
endef
$(eval $(call BuildPackage,libubox))