summaryrefslogtreecommitdiffstats
path: root/package/json-c/0002-Link-against-libm-when-needed.patch
Commit message (Collapse)AuthorAgeFilesLines
* json-c: add patch to make sure the library is linked against libm when neededThomas Petazzoni2015-05-011-0/+53
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>
OpenPOWER on IntegriCloud