aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg_1.17.4.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-02-25 17:44:05 +0800
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:25 +0100
commit306b38a6118e72815b27078e7bb7308f7efbde1b (patch)
tree156ecd1836168c662904f8d8cd886d9ca1a5632c /meta/recipes-devtools/dpkg/dpkg_1.17.4.bb
parente9c9fa8355af5ebe18fc33c414ba2b5c6d7958d3 (diff)
downloadopenembedded-core-contrib-306b38a6118e72815b27078e7bb7308f7efbde1b.tar.gz
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> (cherry picked from commit 736ef878570ebe60845da88094907ad28f7b50ff) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.17.4.bb')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg_1.17.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.17.4.bb b/meta/recipes-devtools/dpkg/dpkg_1.17.4.bb
index 5e407ba2b2..5507352a27 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.17.4.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.17.4.bb
@@ -11,6 +11,7 @@ SRC_URI += "file://noman.patch \
file://arch_pm.patch \
file://dpkg-configure.service \
file://glibc2.5-sync_file_range.patch \
+ file://no-vla-warning.patch \
"
SRC_URI[md5sum] = "cc25086e1e3bd9512a95f14cfe9002e1"