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:
9830851
)
libubox does not depend on libjson
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 11 Feb 2011 02:08:04 +0000
(
02:08
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 11 Feb 2011 02:08:04 +0000
(
02:08
+0000)
SVN-Revision: 25458
package/libubox/Makefile
patch
|
blob
|
history
diff --git
a/package/libubox/Makefile
b/package/libubox/Makefile
index 684ffca1f6d18509ca49cbfd57b9503a8f4817de..c49d6c8f577e4c7e627375bb167adcf8cc2001d8 100644
(file)
--- a/
package/libubox/Makefile
+++ b/
package/libubox/Makefile
@@
-18,7
+18,7
@@
define Package/libubox
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Basic utility library
- DEPENDS:=
+libjson
+ DEPENDS:=
endef