diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 09:36:10 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 09:36:10 +0000 |
| commit | dfdaff1fc2d98efeda3ca544ef93de9cff5a34c3 (patch) | |
| tree | 80fe882aed030f21213c2e373ee0b5062b4dcc04 /testing/libdroplet/libdroplet-json-c.patch | |
| parent | 8fd8f075f94c3de51814bcc3ff599c946048ff43 (diff) | |
| download | aports-dfdaff1fc2d98efeda3ca544ef93de9cff5a34c3.tar.bz2 aports-dfdaff1fc2d98efeda3ca544ef93de9cff5a34c3.tar.xz | |
community/libdroplet: moved from testing, fixed depends_dev
Diffstat (limited to 'testing/libdroplet/libdroplet-json-c.patch')
| -rw-r--r-- | testing/libdroplet/libdroplet-json-c.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/libdroplet/libdroplet-json-c.patch b/testing/libdroplet/libdroplet-json-c.patch deleted file mode 100644 index 783c7aba94..0000000000 --- a/testing/libdroplet/libdroplet-json-c.patch +++ /dev/null @@ -1,26 +0,0 @@ -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> |
