cairo: fix build of any2ppm if no fork().
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Fri, 25 Apr 2014 09:27:15 +0000 (11:27 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 15 May 2014 20:42:50 +0000 (22:42 +0200)
commit8e5b15d9e7ca16e0413bd002424843319eae676e
tree94b6fea7af4bd4c42b8b9e5602c6b804af56a09d
parent934147cf6bfdc0c9ea5be1cbeb19795fc778919f
cairo: fix build of any2ppm if no fork().

The test program any2ppm can run as daemon. This feature can be disabled
at compile time, if the required headers are not present. However the
support for fork() is not checked.

Fixes http://autobuild.buildroot.net/results/4f2/4f271d55d7060d412aa336cfc2da3be3538d3594/.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cairo/cairo-004-fix-nofork-any2ppm.patch [new file with mode: 0644]