aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libubox/json-pkgconf-detect.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libubox/json-pkgconf-detect.patch')
-rw-r--r--testing/libubox/json-pkgconf-detect.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/libubox/json-pkgconf-detect.patch b/testing/libubox/json-pkgconf-detect.patch
deleted file mode 100644
index c566fd2b4a..0000000000
--- a/testing/libubox/json-pkgconf-detect.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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})