README 598 B

12345678910
  1. Patches should be added here once merged to the upstream jansson project at
  2. https://github.com/akheron/jansson/. Patch filenames should be generated by
  3. running 'git format-patch ${JANSSON_VERSION}' from the jansson repository, then
  4. copying the required patches to this folder.
  5. Any changes to configure.ac or Makefile.am must be stripped from the upstream
  6. patches. The upstream project does not commit `autoreconf -i` output files
  7. and we must ensure bundled jansson does not require autoconf or automake.
  8. Changes to test files can also be stripped as the bundled builds do not run
  9. jansson tests.