aboutsummaryrefslogtreecommitdiffstats
path: root/community/libdroplet/libdroplet-json-c.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 09:36:10 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 09:36:10 +0000
commitdfdaff1fc2d98efeda3ca544ef93de9cff5a34c3 (patch)
tree80fe882aed030f21213c2e373ee0b5062b4dcc04 /community/libdroplet/libdroplet-json-c.patch
parent8fd8f075f94c3de51814bcc3ff599c946048ff43 (diff)
downloadaports-dfdaff1fc2d98efeda3ca544ef93de9cff5a34c3.tar.bz2
aports-dfdaff1fc2d98efeda3ca544ef93de9cff5a34c3.tar.xz
community/libdroplet: moved from testing, fixed depends_dev
Diffstat (limited to 'community/libdroplet/libdroplet-json-c.patch')
-rw-r--r--community/libdroplet/libdroplet-json-c.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/libdroplet/libdroplet-json-c.patch b/community/libdroplet/libdroplet-json-c.patch
new file mode 100644
index 0000000000..783c7aba94
--- /dev/null
+++ b/community/libdroplet/libdroplet-json-c.patch
@@ -0,0 +1,26 @@
+diff --git a/libdroplet/cdmi/replyparser.c b/libdroplet/cdmi/replyparser.c
+index d5791cc..1689dff 100644
+--- a/libdroplet/cdmi/replyparser.c
++++ b/libdroplet/cdmi/replyparser.c
+@@ -32,7 +32,7 @@
+ * https://github.com/scality/Droplet
+ */
+ #include "dropletp.h"
+-#include <json/json.h>
++#include <json-c/json.h>
+
+ //#define DPRINTF(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__)
+ #define DPRINTF(fmt,...)
+diff --git a/libdroplet/include/dropletp.h b/libdroplet/include/dropletp.h
+index f765c59..3867c43 100644
+--- a/libdroplet/include/dropletp.h
++++ b/libdroplet/include/dropletp.h
+@@ -58,7 +58,7 @@
+ #include <openssl/rand.h>
+ #include <libxml/parser.h>
+ #include <libxml/tree.h>
+-#include <json/json.h>
++#include <json-c/json.h>
+ #include <sys/types.h>
+ #include <pwd.h>
+ #include <fcntl.h>