diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-05 15:35:54 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-05 15:37:21 +0100 |
commit | 69182cb65a8be21b2133ee76b1e9c42bf9627d5b (patch) | |
tree | dea65aa278d84e19253fdd84ac303fe5e334db00 /package/libxml2/0002-Disallow-namespace-nodes-in-XPointer-ranges.patch | |
parent | a25210b8a06ba7bc57481afbacc8f8b9bb007d40 (diff) | |
download | buildroot-69182cb65a8be21b2133ee76b1e9c42bf9627d5b.tar.gz buildroot-69182cb65a8be21b2133ee76b1e9c42bf9627d5b.zip |
czmq: fix build with glibc 2.24
czmq uses readdir_r(), which has been marked as deprecated in glibc
2.24, and czmq uses -Werror which causes the warning to be turned into
an error that aborts the build.
This commit fixes that by removing -Werror. Long-term, we might want
to upgrade czmq to a newer version, since they've removed the use of
readdir_r() in commit 2594d406d8ec6f54e54d7570d7febba10a6906b2. But
getting rid of -Werror is anyway always a good idea in Buildroot.
Fixes:
http://autobuild.buildroot.net/results/f6e4b8ed8571fdcf30eecae121dd11dfdef50799
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libxml2/0002-Disallow-namespace-nodes-in-XPointer-ranges.patch')
0 files changed, 0 insertions, 0 deletions