summaryrefslogtreecommitdiffstats
path: root/package/json-c/0001-don-t-threat-warnings-as-errors.patch
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-12-23 21:29:43 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-12-26 19:57:44 +0100
commit131188de8df20028e2a7efaba3fdb13b6cca0aa2 (patch)
tree82cddd9dc7228e1d73f40307e46815d35cd55e21 /package/json-c/0001-don-t-threat-warnings-as-errors.patch
parent19dd7f602579780810e538e55502d419dddd946b (diff)
downloadbuildroot-131188de8df20028e2a7efaba3fdb13b6cca0aa2.tar.gz
buildroot-131188de8df20028e2a7efaba3fdb13b6cca0aa2.zip
json-c: bump to version 0.13
Use upstream provided tarball; drop autoreconf. Drop -Werror removal patch; json-c builds fine with gcc 7 without this patch. Drop upstream libm patch. Drop --disable-oldname-compat; removed upstream. Add license file hash. Enable parallel build. The commit introducing MAKE1, ecd0f65af92 (json-c: bump to version 0.11) does not explain the reason for that. A sequence of a few builds on a multi-core system never faild. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/json-c/0001-don-t-threat-warnings-as-errors.patch')
-rw-r--r--package/json-c/0001-don-t-threat-warnings-as-errors.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/json-c/0001-don-t-threat-warnings-as-errors.patch b/package/json-c/0001-don-t-threat-warnings-as-errors.patch
deleted file mode 100644
index 804fb2cd33..0000000000
--- a/package/json-c/0001-don-t-threat-warnings-as-errors.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 2b4a43a94fb988e344f2d7edc74d6a4a5f64571d Mon Sep 17 00:00:00 2001
-From: Sagaert Johan <sagaert.johan@proximus.be>
-Date: Wed, 15 Apr 2015 00:40:46 +0200
-Subject: [PATCH] don't threat warnings as errors
-
-Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
----
- Makefile.am.inc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.am.inc b/Makefile.am.inc
-index fec591b..5eb461e 100644
---- a/Makefile.am.inc
-+++ b/Makefile.am.inc
-@@ -1,2 +1,2 @@
--AM_CFLAGS = -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
-+AM_CFLAGS = -Wall -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
-
---
-2.1.0
-
OpenPOWER on IntegriCloud