]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc: fix build with --disable-werror 2594/head
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 8 Sep 2018 19:05:58 +0000 (21:05 +0200)
committerFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 8 Sep 2018 19:09:20 +0000 (21:09 +0200)
commit218e814412afe2857c118fc08759a943349f3ca0
tree0746eed7e92a8296c8cef52cef7d27c249dfaf35
parent0b26d75e624cc20a4609e6134bbc442077005a19
lxc: fix build with --disable-werror

Fix #2592 by defining -Wvla -std=gnu11 even if --disable-werror is set
As -std=gnu11 is always set, bump requirement on gcc from 4.6 to 4.7
(see https://gcc.gnu.org/projects/cxx-status.html#cxx11)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
configure.ac