czmq: add patch to fix build issue with recent glibc
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Sep 2014 21:41:29 +0000 (23:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 10 Sep 2014 07:40:15 +0000 (09:40 +0200)
commit116733c6c211f49d7ba5fff5883f682eb72106a3
treeb7c8cbc38561ae35b7cf9a263f421988e989c16f
parent028e97f2133d41c87ced10391f318db55c71c3b1
czmq: add patch to fix build issue with recent glibc

glibc 2.20 is now warning when _BSD_SOURCE is used (as it's replaced
by _DEFAULT_SOURCE), and czmq has the bad idea of forcing the usage of
-Werror, causing build issues with the recent NIOS II toolchain based
on glibc 2.20.

This commit adds a patch to czmq to fix that. The patch has been
submitted upstream.

Fixes:

  http://autobuild.buildroot.org/results/64a/64a7eef2155248146e7f3a55e85fe60bc5b67791/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/czmq/czmq-0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch [new file with mode: 0644]