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/includes.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/includes.patch')
-rw-r--r-- | testing/libubox/includes.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/libubox/includes.patch b/testing/libubox/includes.patch deleted file mode 100644 index 2ba75aaf1b..0000000000 --- a/testing/libubox/includes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/blobmsg_json.h -+++ b/blobmsg_json.h -@@ -19,7 +19,7 @@ - #ifdef JSONC - #include <json.h> - #else -- #include <json/json.h> -+ #include <json-c/json.h> - #endif - - #include <stdbool.h> |