SHA256
1
0
forked from pool/acpica
OBS User unknown
2009-06-20 01:05:53 +00:00
committed by Git OBS Bridge
parent 5db245f2ce
commit 0a565bb999
2 changed files with 11 additions and 1 deletions

View File

@@ -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
-------------------------------------------------------------------
Wed Apr 8 15:06:17 CEST 2009 - trenn@suse.de

View File

@@ -21,7 +21,7 @@
Name: acpica
Url: http://acpica.org
Version: 20090320
Release: 1
Release: 2
License: Intel ACPICA
%define src_dir acpica-unix-%{version}
Group: Development/Tools/Debuggers
@@ -67,6 +67,9 @@ Authors:
%patch5 -p1
%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 -C acpidump CFLAGS="$RPM_OPT_FLAGS"
make -C compiler CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
make -C tools/acpisrc CFLAGS="$RPM_OPT_FLAGS"
@@ -99,5 +102,7 @@ install -Dm 644 README %{buildroot}/%{_docdir}/%{name}/README
#/%{_mandir}/man8/*
%changelog
* Fri Jun 19 2009 coolo@novell.com
- disable as-needed for this package as it fails to build with it
* Wed Apr 08 2009 trenn@suse.de
- Initial check-in: Version 20090320