diff options
author | 2014-12-11 11:53:21 +0000 | |
---|---|---|
committer | 2014-12-11 19:51:32 +0100 | |
commit | e428d1e077258c1aeb848dc3d4b5fa0cbb2feab8 (patch) | |
tree | 8ba1bcf886e3300a84c7aea9611d3dad6cc3a4fe /package/libebml | |
parent | 0a54105160c2eb01fe4ef19bedb676e583acaa72 (diff) | |
download | buildroot-e428d1e077258c1aeb848dc3d4b5fa0cbb2feab8.tar.gz buildroot-e428d1e077258c1aeb848dc3d4b5fa0cbb2feab8.tar.bz2 |
libsvgtiny: add a patch to remove -Werror from Makefile
glibc-2.20 includes some changes to the include/features.h file
introduced by this commit:
https://sourceware.org/git/?p=glibc.git;a=commit;h=ade40b10ff5fa59a318cf55b9d8414b758e8df78
Those changes make libsvgtiny fail because some warnings are thrown and
the build system is using the -Werror option. We disable this to be able
to build it, or otherwise we will see errors like this one:
GPERF: src/colors.gperf
COMPILE: build-Linux-Linux-release-lib-static/src_colors.c
In file included from
/br/output/host/usr/mipsel-buildroot-linux-gnu/sysroot/usr/include/string.h:25:0,
from src/colors.gperf:16:
/br/output/host/usr/mipsel-buildroot-linux-gnu/sysroot/usr/include/features.h:148:3:
error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE" [-Werror=cpp]
and this one:
In file included from src/colors.gperf:18:0:
/home/ldap/vriera/work/mips-buildroots/mips32/output/build/libsvgtiny-12121/src/svgtiny_internal.h:71:0:
error: "strndup" redefined [-Werror]
Fixes:
http://autobuild.buildroot.net/results/3dd/3dd700405055750262738f867eb5aa08531f5781/
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libebml')
0 files changed, 0 insertions, 0 deletions