asterisk/third-party/jansson/patches
Corey Farrell 8e1ab4f11c
jansson: Upgrade to 2.12.
This brings in jansson-2.12, removes all patches that were merged
upstream.  README is created in third-party/jansson/patches to explain
how to add patches but also because the patches folder must exist for
the build process to succeed.

Change-Id: If0f2d541c50997690660c21fb7b03d625a5cdadd
2018-11-26 07:17:54 -05:00
..
README jansson: Upgrade to 2.12. 2018-11-26 07:17:54 -05:00

README

Patches should be added here once merged to the upstream jansson project at
https://github.com/akheron/jansson/.  Patch filenames should be generated by
running 'git format-patch ${JANSSON_VERSION}' from the jansson repository, then
copying the required patches to this folder.

Any changes to configure.ac or Makefile.am must be stripped from the upstream
patches.  The upstream project does not commit `autoreconf -i` output files
and we must ensure bundled jansson does not require autoconf or automake.
Changes to test files can also be stripped as the bundled builds do not run
jansson tests.