Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | json-c: add patch to make sure the library is linked against libm when needed | Thomas Petazzoni | 2015-05-01 | 1 | -4/+4 |
| | | | | | | | | | | | | On uClibc, a number of symbols such as isnan() are in libm and not libc, so we might need to link against libm. This commit adds a patch to json-c that does this. Fixes: http://autobuild.buildroot.net/results/94d/94dd7f38ae105e7cd2f342d718e27a65edcf3a3d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | json-c: bump version to json-c-0.12-20140410 | Johan Sagaert | 2015-04-16 | 1 | -0/+21 |
Also; -removed upstream patch -added patch to remove -Werror from make flags Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |