mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
rpm: disable -Wno-override-init
Fixed rpm-native.do_configure error on CentOS 5.x: cc1: error: unrecognized command line option "-Wno-override-init" The -Wno-override-init was commented in rpm-5.4.9, but commented out in rpm-5.4.14 thus it is failed to build on CentOS 5.x, comment it again to fix the problem. (From OE-Core rev: ad4a54a0f5bb667f5d5e3df2bcf841b05e0d0f2c) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
68df093c55
commit
ae33bda011
@@ -0,0 +1,32 @@
|
||||
From 70d881873b443c9bad502db9665595455d4f0ac9 Mon Sep 17 00:00:00 2001
|
||||
From: Robert Yang <liezhi.yang@windriver.com>
|
||||
Date: Tue, 8 Jul 2014 07:41:10 +0800
|
||||
Subject: [PATCH] configure.ac: disable -Wno-override-init
|
||||
|
||||
Fixed rpm-native.do_configure error on CentOS 5.x:
|
||||
|
||||
cc1: error: unrecognized command line option "-Wno-override-init"
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index adeffe0..6746b4c 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -163,7 +163,7 @@ AC_ARG_ENABLE(build-warnings,
|
||||
# XXX gcc-4.2 on Mac OS X hasn't
|
||||
# CFLAGS="$CFLAGS -Wno-unused-but-set-variable"
|
||||
# XXX rpmio/set.c needs this
|
||||
- CFLAGS="$CFLAGS -Wno-override-init"
|
||||
+# CFLAGS="$CFLAGS -Wno-override-init"
|
||||
elif test ".`$CC -V 2>&1 | grep 'Sun C'`" != .; then
|
||||
dnl # Sun Studio (usually "cc")
|
||||
CFLAGS="$CFLAGS -v"
|
||||
--
|
||||
1.8.2.1
|
||||
|
||||
@@ -108,6 +108,7 @@ SRC_URI = "cvs://anonymous@rpm5.org/cvs;tag=rpm-5_4;module=rpm \
|
||||
file://rpm-fix-logio-cp.patch \
|
||||
file://rpm-db5-or-db6.patch \
|
||||
file://rpm-rpmpgp-fix.patch \
|
||||
file://rpm-disable-Wno-override-init.patch \
|
||||
"
|
||||
|
||||
# Uncomment the following line to enable platform score debugging
|
||||
|
||||
@@ -91,6 +91,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.14-0.20131024.src.rpm;e
|
||||
file://rpm-payload-use-hashed-inode.patch \
|
||||
file://rpm-fix-logio-cp.patch \
|
||||
file://rpm-db5-or-db6.patch \
|
||||
file://rpm-disable-Wno-override-init.patch \
|
||||
"
|
||||
|
||||
# Uncomment the following line to enable platform score debugging
|
||||
|
||||
Reference in New Issue
Block a user