diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2016-05-01 11:28:03 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-01 22:35:42 +0200 |
commit | 34130233023233ab8c59df38af9c9771fa706902 (patch) | |
tree | c442603a7c4d7f23b2b2819039b884156c6768bc /package/php-geoip/php-geoip.hash | |
parent | d3d6a99abcce69455ce6bc147ef9bd0eb390844e (diff) | |
download | buildroot-34130233023233ab8c59df38af9c9771fa706902.tar.gz buildroot-34130233023233ab8c59df38af9c9771fa706902.zip |
crda: fix build with GCC 6
Building crda with GCC 6 fails because of all compiler warnings are treated as
errors. Disable the compiler option '-Werror':
keys-gcrypt.c:94:32: error: ‘keys’ defined but not used [-Werror=unused-const-variable=]
static const struct key_params keys[] = {
^~~~
cc1: all warnings being treated as errors
Add a patch to drop '-Werror' from CFLAGS.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php-geoip/php-geoip.hash')
0 files changed, 0 insertions, 0 deletions