libubox: drop legacy json-c support
authorYousong Zhou <[email protected]>
Wed, 12 Nov 2014 13:59:14 +0000 (21:59 +0800)
committerFelix Fietkau <[email protected]>
Thu, 11 Dec 2014 16:56:54 +0000 (17:56 +0100)
commitcbf80de7f4df61960f386cb01a899cf4228d38f3
tree54820f6af0d9666e13220114e3897af05027eb52
parentf09ae76445e32511433fdab0a1bcda73aa84986d
libubox: drop legacy json-c support

The cmake logic is wrong (E.G. PKG_CHECK_FOR_MODULES fails unless all
modules are found), and the legacy libjson.so name is also used by the other
libjson (http://sourceforge.net/projects/libjson/) which provides an
incompatible API, so just drop it.

Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yousong Zhou <[email protected]>
CMakeLists.txt