From 4b94859021421d95db6f85f048a56deae0c6e818d653131635a59364ba07b500 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 19 Jun 2009 23:34:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwinfo?expand=0&rev=79 --- hwinfo.changes | 5 +++++ hwinfo.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/hwinfo.changes b/hwinfo.changes index 7531124..410a610 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com + +- disable as-needed for this package as it fails to build with it + ------------------------------------------------------------------- Mon Jun 15 12:49:55 CEST 2009 - snwint@suse.de diff --git a/hwinfo.spec b/hwinfo.spec index ed01438..f2759d8 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -32,7 +32,7 @@ PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq AutoReqProv: on Summary: Hardware Library Version: 16.2 -Release: 1 +Release: 2 Source: hwinfo-16.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,6 +60,9 @@ system. %setup %build +# This package failed when testing with -Wl,-as-needed being default. +# So we disable it here, if you want to retest, just delete this comment and the line below. +export SUSE_ASNEEDED=0 make static install -d -m 755 %{buildroot}%{_libdir} install -m 644 src/libhd.a %{buildroot}%{_libdir} @@ -105,6 +108,8 @@ rm -rf %{buildroot} %doc doc/libhd/html %changelog +* Fri Jun 19 2009 coolo@novell.com +- disable as-needed for this package as it fails to build with it * Mon Jun 15 2009 snwint@suse.de - fix build on non-x86 archs * Tue Jun 09 2009 snwint@suse.de