]> code.ossystems Code Review - openembedded-core.git/commit
dpkg-compiler.m4: remove -Wvla (fix build on CentOS 5.8)
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 25 Feb 2014 09:44:05 +0000 (17:44 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Feb 2014 17:53:55 +0000 (17:53 +0000)
commit736ef878570ebe60845da88094907ad28f7b50ff
tree63d634055a5ed7e07dae93693ab6f3b1da2a4f33
parent197dfda0d971e5e423f1b04a13fbe7ab22d2e874
dpkg-compiler.m4: remove -Wvla (fix build on CentOS 5.8)

Remove the -Wvla flag from the set of compiler warning flags, since gcc
on old host systems such as CentOS 5.8 doesn't support it, and it
causes a build error for dpkg-native.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg/no-vla-warning.patch [new file with mode: 0644]
meta/recipes-devtools/dpkg/dpkg_1.17.4.bb