diff options
author | Thomas Claveirole <thomas.claveirole@green-communications.fr> | 2017-06-19 18:26:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-19 21:21:18 +0200 |
commit | 6a20a98f4b5e576b7c3dc844951b0153963b739a (patch) | |
tree | 0ea6489a7ceef8dc31aee7283e223740a35b99fb /package/python-cherrypy/python-cherrypy.mk | |
parent | 0f575dd1e3be98ae66a35d527b922b3dc7f1a099 (diff) | |
download | buildroot-6a20a98f4b5e576b7c3dc844951b0153963b739a.tar.gz buildroot-6a20a98f4b5e576b7c3dc844951b0153963b739a.zip |
fcgiwrap: disable -Werror in CFLAGS
fcgiwrap's configure script appends -Werror to AM_CFLAGS, then use it
to build the package. This is an issue when Buildroot supports a new
compiler version and this version makes some warnings appear.
Luckily, one can provide CFLAGS=-Wno-error to the configure script so
it appends -Wno-error to AM_CFLAGS.
Fixes:
http://autobuild.buildroot.net/results/8e04bf5a85ecd7f120bc9dedeedc891def6c46c1/
Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-cherrypy/python-cherrypy.mk')
0 files changed, 0 insertions, 0 deletions