Skip to content
Snippets Groups Projects
user avatar
Corey Farrell authored
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
8e1ab4f1
History
Name Last commit Last update
..
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.