From 65a5d77ba8eb659ec3ec9b174a78c182943c79bc Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 21 Sep 2015 07:33:06 +0000 Subject: testing/libubox: new aport C utility functions for OpenWrt --- testing/libubox/json-pkgconf-detect.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/libubox/json-pkgconf-detect.patch (limited to 'testing/libubox/json-pkgconf-detect.patch') diff --git a/testing/libubox/json-pkgconf-detect.patch b/testing/libubox/json-pkgconf-detect.patch new file mode 100644 index 0000000000..c566fd2b4a --- /dev/null +++ b/testing/libubox/json-pkgconf-detect.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -13,7 +13,7 @@ + ENDIF() + + INCLUDE(FindPkgConfig) +-PKG_CHECK_MODULES(JSONC json-c json) ++PKG_CHECK_MODULES(JSONC json-c) + IF(JSONC_FOUND) + ADD_DEFINITIONS(-DJSONC) + INCLUDE_DIRECTORIES(${JSONC_INCLUDE_DIRS}) -- cgit v1.2.3