diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-11 02:11:12 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-11 02:11:12 +0000 | 
| commit | 173883c72beaffc47ad2b8ee4d5db5a831c77ad6 (patch) | |
| tree | a860a2c0743b10771dda09bb019dd8a0a75ae1bc | |
| parent | 9ad389d3a0fe834bac12f252be18abff3b67ebdb (diff) | |
add missing chunk from the last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25460 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/libubox/Makefile | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/package/libubox/Makefile b/package/libubox/Makefile index 9743e8e25..808a1a0e6 100644 --- 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)) | 
