]> git.pld-linux.org Git - packages/acpica.git/commitdiff
- up to 20100702 auto/th/acpica-20100702-1 auto/ti/acpica-20100702-1
authorBartłomiej Zimoń <cactus@pld-linux.org>
Tue, 3 Aug 2010 18:29:36 +0000 (18:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpica.spec -> 1.10

acpica.spec

index 146eb33b8399e951947dfb9fc72038b5c3a8ef2e..2d775c2c1de39fddac3eefa7571d871bdb7c7a9e 100644 (file)
@@ -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
This page took 0.044703 seconds and 4 git commands to generate.