diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 07:33:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 07:49:10 +0000 |
commit | 65a5d77ba8eb659ec3ec9b174a78c182943c79bc (patch) | |
tree | 49aeecc727eca22abe059ef150036ef8cb8dbe60 /testing/libubox/json-pkgconf-detect.patch | |
parent | d2d2139243bfbcf529a90db5fd25cf2ac73067a6 (diff) | |
download | aports-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.patch | 11 |
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}) |