aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libubox/includes.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-09-19 14:34:28 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-09-19 14:34:28 +0000
commitfede70d348437c5afc54707a859a9c0e364b6540 (patch)
tree40881fed6c253bbebceaa8a6a58646784297b551 /testing/libubox/includes.patch
parent6a4b99cb963051d02ba11f055d29455064717ff3 (diff)
downloadaports-fede70d348437c5afc54707a859a9c0e364b6540.tar.bz2
aports-fede70d348437c5afc54707a859a9c0e364b6540.tar.xz
Revert "testing/libubox: new aport"
Diffstat (limited to 'testing/libubox/includes.patch')
-rw-r--r--testing/libubox/includes.patch11
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>