diff options
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch | 32 | ||||
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.14.bb | 1 |
3 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch b/meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch new file mode 100644 index 0000000000..8b5f8d66c8 --- /dev/null +++ b/meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | From 70d881873b443c9bad502db9665595455d4f0ac9 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Robert Yang <liezhi.yang@windriver.com> | ||
| 3 | Date: Tue, 8 Jul 2014 07:41:10 +0800 | ||
| 4 | Subject: [PATCH] configure.ac: disable -Wno-override-init | ||
| 5 | |||
| 6 | Fixed rpm-native.do_configure error on CentOS 5.x: | ||
| 7 | |||
| 8 | cc1: error: unrecognized command line option "-Wno-override-init" | ||
| 9 | |||
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 12 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
| 13 | --- | ||
| 14 | configure.ac | 2 +- | ||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/configure.ac b/configure.ac | ||
| 18 | index adeffe0..6746b4c 100644 | ||
| 19 | --- a/configure.ac | ||
| 20 | +++ b/configure.ac | ||
| 21 | @@ -163,7 +163,7 @@ AC_ARG_ENABLE(build-warnings, | ||
| 22 | # XXX gcc-4.2 on Mac OS X hasn't | ||
| 23 | # CFLAGS="$CFLAGS -Wno-unused-but-set-variable" | ||
| 24 | # XXX rpmio/set.c needs this | ||
| 25 | - CFLAGS="$CFLAGS -Wno-override-init" | ||
| 26 | +# CFLAGS="$CFLAGS -Wno-override-init" | ||
| 27 | elif test ".`$CC -V 2>&1 | grep 'Sun C'`" != .; then | ||
| 28 | dnl # Sun Studio (usually "cc") | ||
| 29 | CFLAGS="$CFLAGS -v" | ||
| 30 | -- | ||
| 31 | 1.8.2.1 | ||
| 32 | |||
diff --git a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb index 4ab22e7602..27d01dd49a 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | |||
| @@ -108,6 +108,7 @@ SRC_URI = "cvs://anonymous@rpm5.org/cvs;tag=rpm-5_4;module=rpm \ | |||
| 108 | file://rpm-fix-logio-cp.patch \ | 108 | file://rpm-fix-logio-cp.patch \ |
| 109 | file://rpm-db5-or-db6.patch \ | 109 | file://rpm-db5-or-db6.patch \ |
| 110 | file://rpm-rpmpgp-fix.patch \ | 110 | file://rpm-rpmpgp-fix.patch \ |
| 111 | file://rpm-disable-Wno-override-init.patch \ | ||
| 111 | " | 112 | " |
| 112 | 113 | ||
| 113 | # Uncomment the following line to enable platform score debugging | 114 | # Uncomment the following line to enable platform score debugging |
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb index cc836befe0..15c1738ac7 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb | |||
| @@ -91,6 +91,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.14-0.20131024.src.rpm;e | |||
| 91 | file://rpm-payload-use-hashed-inode.patch \ | 91 | file://rpm-payload-use-hashed-inode.patch \ |
| 92 | file://rpm-fix-logio-cp.patch \ | 92 | file://rpm-fix-logio-cp.patch \ |
| 93 | file://rpm-db5-or-db6.patch \ | 93 | file://rpm-db5-or-db6.patch \ |
| 94 | file://rpm-disable-Wno-override-init.patch \ | ||
| 94 | " | 95 | " |
| 95 | 96 | ||
| 96 | # Uncomment the following line to enable platform score debugging | 97 | # Uncomment the following line to enable platform score debugging |
