diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-19 14:34:28 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-19 14:34:28 +0000 |
commit | fede70d348437c5afc54707a859a9c0e364b6540 (patch) | |
tree | 40881fed6c253bbebceaa8a6a58646784297b551 /testing/libubox/json-pkgconf-detect.patch | |
parent | 6a4b99cb963051d02ba11f055d29455064717ff3 (diff) | |
download | aports-fede70d348437c5afc54707a859a9c0e364b6540.tar.bz2 aports-fede70d348437c5afc54707a859a9c0e364b6540.tar.xz |
Revert "testing/libubox: new aport"
This reverts commit bbd22f26bfb9e8f423e33ff85930a82fe5075160.
Diffstat (limited to 'testing/libubox/json-pkgconf-detect.patch')
-rw-r--r-- | testing/libubox/json-pkgconf-detect.patch | 11 |
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}) |