You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/third-party/jansson/patches
Corey Farrell 8e1ab4f11c
jansson: Upgrade to 2.12.
7 years ago
..
README jansson: Upgrade to 2.12. 7 years ago

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.