diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-02-25 17:44:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-25 17:53:59 +0000 |
commit | a76ac7816931cf67beb36928c279ee9cd1fb7c0d (patch) | |
tree | 60eaf51cf59e16b4c3026580016fa5a8a088f350 /meta/recipes-devtools/dpkg/dpkg_1.17.4.bb | |
parent | da93a41189d5d16e5976b5cf74351d55306e0f9e (diff) | |
download | poky-a76ac7816931cf67beb36928c279ee9cd1fb7c0d.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.
(From OE-Core rev: 736ef878570ebe60845da88094907ad28f7b50ff)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.17.4.bb')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.17.4.bb | 1 |
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 \ | |||
11 | file://arch_pm.patch \ | 11 | file://arch_pm.patch \ |
12 | file://dpkg-configure.service \ | 12 | file://dpkg-configure.service \ |
13 | file://glibc2.5-sync_file_range.patch \ | 13 | file://glibc2.5-sync_file_range.patch \ |
14 | file://no-vla-warning.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI[md5sum] = "cc25086e1e3bd9512a95f14cfe9002e1" | 17 | SRC_URI[md5sum] = "cc25086e1e3bd9512a95f14cfe9002e1" |