aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libubox/json-pkgconf-detect.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-09-21 07:33:06 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-09-21 07:49:10 +0000
commit65a5d77ba8eb659ec3ec9b174a78c182943c79bc (patch)
tree49aeecc727eca22abe059ef150036ef8cb8dbe60 /testing/libubox/json-pkgconf-detect.patch
parentd2d2139243bfbcf529a90db5fd25cf2ac73067a6 (diff)
downloadaports-65a5d77ba8eb659ec3ec9b174a78c182943c79bc.tar.bz2
aports-65a5d77ba8eb659ec3ec9b174a78c182943c79bc.tar.xz
testing/libubox: new aport
C utility functions for OpenWrt
Diffstat (limited to 'testing/libubox/json-pkgconf-detect.patch')
-rw-r--r--testing/libubox/json-pkgconf-detect.patch11
1 files changed, 11 insertions, 0 deletions
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})