Accepting request 798830 from hardware
OBS-URL: https://build.opensuse.org/request/show/798830 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpica?expand=0&rev=62
This commit is contained in:
commit
2c00338dbe
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 19:33:25 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Enable -fcommon in CFLAGS and CXXFLAGS in order
|
||||
to fix boo#1160383.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 08:19:10 UTC 2020 - trenn@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package acpica
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -68,6 +68,9 @@ cd acpidump-%{dmp_ver}
|
||||
(cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include scripts Kbuild Makefile drivers/acpi lib) | tar -xf -
|
||||
|
||||
%build
|
||||
%global optflags %{optflags} -fcommon
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="%{optflags}"
|
||||
cc %{SOURCE1} %{optflags} -o ec_access
|
||||
make %{?_smp_mflags} -C acpi_genl CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags} -C wmidump CFLAGS="%{optflags}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user