annotate src/json-c-1-patch-missingfile.patch @ 5947:09d3533acacf

* src/build-cmake.mk, src/cmake.mk: update v3.21.4
author John Donoghue <john.donoghue@ieee.org>
date Thu, 11 Nov 2021 09:49:11 -0500
parents 3567da505594
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2661
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
1 This file is part of MXE.
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
2 See index.html for further information.
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
3
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
4 Contains a fix for issue 35 on json-c (https://github.com/json-c/json-c/issues/35)
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
5
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
6 --- a/Makefile.am 2012-07-17 22:52:19.000000000 +0200
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
7 +++ b/Makefile.am 2012-07-17 22:54:09.000000000 +0200
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
8 @@ -17,6 +17,7 @@
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
9 json_config.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
10 json_inttypes.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
11 json_object.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
12 + json_object_iterator.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
13 json_object_private.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
14 json_tokener.h \
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents:
diff changeset
15 json_util.h \