summaryrefslogtreecommitdiffstats
path: root/package/json-c/0001-configure.ac-remove-Werror.patch
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-06-09 10:41:39 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-06-09 16:39:16 +0200
commitba819ad3b91b94a03de4c509d4f0d182585af845 (patch)
tree67158e01bc7898d8990d242c5e284729a995bc36 /package/json-c/0001-configure.ac-remove-Werror.patch
parentdc7f8715746d50d3a7db36211d5da6c68020eb18 (diff)
downloadbuildroot-ba819ad3b91b94a03de4c509d4f0d182585af845.tar.gz
buildroot-ba819ad3b91b94a03de4c509d4f0d182585af845.zip
json-c: bump to version 0.13.1
Drop patch, issue has been properly fixed by: https://github.com/json-c/json-c/commit/0f814e52dd22ee959a29ffcce36923aff62147b3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/json-c/0001-configure.ac-remove-Werror.patch')
-rw-r--r--package/json-c/0001-configure.ac-remove-Werror.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/json-c/0001-configure.ac-remove-Werror.patch b/package/json-c/0001-configure.ac-remove-Werror.patch
deleted file mode 100644
index e877671519..0000000000
--- a/package/json-c/0001-configure.ac-remove-Werror.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 79d862ccaabc6620ce4b2783a44d6014ae837df9 Mon Sep 17 00:00:00 2001
-From: Baruch Siach <baruch@tkos.co.il>
-Date: Sun, 31 Dec 2017 00:01:37 +0200
-Subject: [PATCH] configure.ac: remove -Werror
-
-The unconditional _REENTRANT macro causes a warning when building with a
-no-threads toolchain. Remove -Werror to fix the build.
-
-Signed-off-by: Baruch Siach <baruch@tkos.co.il>
----
-Patch status: not upstreamable
-Issue reported upstream: https://github.com/json-c/json-c/issues/396
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 024c5aa0d687..74caa4d99e15 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -165,7 +165,7 @@ AS_IF([test "x$enable_Bsymbolic" = "xcheck"],
- AS_IF([test "x$enable_Bsymbolic" = "xyes"], [JSON_BSYMBOLIC_LDFLAGS=-Wl[,]-Bsymbolic-functions])
- AC_SUBST(JSON_BSYMBOLIC_LDFLAGS)
-
--AX_APPEND_COMPILE_FLAGS([-Wall -Werror -Wcast-qual -Wno-error=deprecated-declarations])
-+AX_APPEND_COMPILE_FLAGS([-Wall -Wcast-qual -Wno-error=deprecated-declarations])
- AX_APPEND_COMPILE_FLAGS([-Wextra -Wwrite-string -Wno-unused-parameter])
- AX_APPEND_COMPILE_FLAGS([-D_GNU_SOURCE -D_REENTRANT])
-
---
-2.15.1
-
OpenPOWER on IntegriCloud