]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fcgiwrap: disable -Werror in CFLAGS
authorThomas Claveirole <thomas.claveirole@green-communications.fr>
Mon, 19 Jun 2017 16:26:05 +0000 (18:26 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 25 Jun 2017 22:29:35 +0000 (00:29 +0200)
commitac1bb15f779fb3e797c646282a3f7c53d5ac7e1b
treee9faeb73666c8b89b8934127bc03feef9cacbae3
parentf1bbfaa4eb7041d59135dbeb43ab5739b992d8c0
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>
(cherry picked from commit 6a20a98f4b5e576b7c3dc844951b0153963b739a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fcgiwrap/fcgiwrap.mk