From aa0a675540707ab502199935c98e8341f075c3f5c48a2cb40beb18230d090f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Tue, 10 May 2011 17:16:12 +0000 Subject: [PATCH] Accepting request 69937 from home:elvigia:branches:Base:System - Fix build with GCC 4.6 OBS-URL: https://build.opensuse.org/request/show/69937 OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=8 --- libsmbios.changes | 5 +++++ libsmbios.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libsmbios.changes b/libsmbios.changes index fae9bc2..dbc0c9a 100644 --- a/libsmbios.changes +++ b/libsmbios.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 10 02:55:25 UTC 2011 - crrodriguez@opensuse.org + +- Fix build with GCC 4.6 + ------------------------------------------------------------------- Fri Mar 18 20:55:11 UTC 2011 - asterios.dramis@gmail.com diff --git a/libsmbios.spec b/libsmbios.spec index e64e032..823e9bb 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -145,6 +145,8 @@ substitutions in yum repository configuration files on Dell systems. %setup -q %build +sed -i -e "s@-Werror@@g" Makefile.am +autoreconf -fiv %configure --disable-rpath make %{?_smp_mflags}