From: Bartłomiej Zimoń Date: Tue, 3 Aug 2010 18:29:36 +0000 (+0000) Subject: - up to 20100702 X-Git-Tag: auto/th/acpica-20100702-1 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fti%2Facpica-20100702-1;p=packages%2Facpica.git - up to 20100702 Changed files: acpica.spec -> 1.10 --- diff --git a/acpica.spec b/acpica.spec index 146eb33..2d775c2 100644 --- a/acpica.spec +++ b/acpica.spec @@ -1,12 +1,12 @@ Summary: ACPI Component Architecture - an assembler and disassembler for DSDT tables Summary(pl.UTF-8): ACPI CA - asembler i disasembler dla tablic DSDT Name: acpica -Version: 20090521 +Version: 20100702 Release: 1 License: distributable (http://acpica.org/downloads/unix_source_code.php) Group: Development/Tools Source0: http://acpica.org/download/%{name}-unix-%{version}.tar.gz -# Source0-md5: b2b4aa10adcb9a6faa7ce5eaaf29fcfd +# Source0-md5: 52fb0826e191f26eaec9e24efa025797 URL: http://acpica.org/ BuildRequires: bison BuildRequires: flex @@ -27,6 +27,7 @@ tablic DSDT. %setup -q -n %{name}-unix-%version sed 's/-O2/$(OPTCFLAGS)/g' -i tools/acpisrc/Makefile compiler/Makefile +sed 's/\/components//g' -i tools/acpisrc/Makefile compiler/Makefile %build %{__make} -C tools/acpisrc \ @@ -36,7 +37,7 @@ sed 's/-O2/$(OPTCFLAGS)/g' -i tools/acpisrc/Makefile compiler/Makefile %{__make} -j1 -C compiler \ CC="%{__cc}" \ OPTCFLAGS="%{rpmcflags}" \ - LDFLAGS="%{rpmcflags} %{rpmldflags}" + LDFLAGS="%{rpmcflags} -lpthread -lrt %{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT