jq: add patch to fix y0, y1, j0 and j1 related build issue on uClibc
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Sep 2014 08:54:45 +0000 (10:54 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 Sep 2014 19:53:12 +0000 (21:53 +0200)
commitdf2a60e5ca39d6f31e361bb57cb526e58576eb45
treef79eedd0ae0a8a739deab8963b7b7690dd3c3f2e
parent873ce3fab3bb996fc1d75594142d640e18e835cd
jq: add patch to fix y0, y1, j0 and j1 related build issue on uClibc

Our default uClibc configuration does not have DO_XSI_MATH=y, so it
lacks certain math functions. jq generates some wrappers for the libm
functions, even for functions that are not actually used by jq. By
simply removing those wrappers, we get jq to build on uClibc that have
DO_XSI_MATH disabled.

Fixes:

  http://autobuild.buildroot.org/results/831/831ffb0a37a8007b2a824659e46dbe9e6e710d6f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/jq/jq-0001-libm.h-comment-j0-j1-y0-and-y1.patch [new file with mode: 0644]