SHA256
1
0
forked from pool/acpica

Accepting request 225052 from home:oertel:branches:hardware

- set HOST for make to not blindly set the hostname
  as compiler definition

OBS-URL: https://build.opensuse.org/request/show/225052
OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=70
This commit is contained in:
2014-03-10 10:41:28 +00:00
committed by Git OBS Bridge
parent 579ae66a13
commit c7b9c3c6eb
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 7 15:31:16 CET 2014 - ro@suse.de
- set HOST for make to not blindly set the hostname
as compiler definition
-------------------------------------------------------------------
Wed Jan 15 09:47:26 UTC 2014 - trenn@suse.de

View File

@@ -15,18 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: acpica
Url: http://acpica.org
Version: 20140114
Release: 6
License: GPL-2.0
Release: 0
%define src_dir acpica-unix2-%{version}
%define dmp_ver 20110323
Group: Development/Tools/Debuggers
Summary: This is a set of tools to display and debug your BIOS ACPI tables
License: GPL-2.0
Group: Development/Tools/Debuggers
Source: %{src_dir}.tar.bz2
Patch1: acpica-no-compiletime.patch
Patch2: wmidump_add_she_bang.patch
@@ -36,7 +34,9 @@ Source3: acpi_validate
Source4: wmidump.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 x86_64
BuildRequires: bison flex glibc-devel
BuildRequires: bison
BuildRequires: flex
BuildRequires: glibc-devel
Provides: iasl
%description
@@ -69,7 +69,7 @@ Authors:
cc %{SOURCE1} $RPM_OPT_FLAGS -o ec_access
make -C acpi_genl CFLAGS="$RPM_OPT_FLAGS"
make -C wmidump CFLAGS="$RPM_OPT_FLAGS"
make OPT_CFLAGS="$RPM_OPT_FLAGS"
make OPT_CFLAGS="$RPM_OPT_FLAGS" HOST="_LINUX"
%install
install -Dm 755 %{SOURCE3} %{buildroot}/usr/bin/acpi_validate