SPECS: iasl.spec - parallel make fix - build progs in the order me...

glen glen at pld-linux.org
Tue Jan 16 00:06:08 CET 2007


Author: glen                         Date: Mon Jan 15 23:06:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- parallel make fix
- build progs in the order mentioned in README

---- Files affected:
SPECS:
   iasl.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/iasl.spec
diff -u SPECS/iasl.spec:1.1 SPECS/iasl.spec:1.2
--- SPECS/iasl.spec:1.1	Wed Nov  1 13:05:27 2006
+++ SPECS/iasl.spec	Tue Jan 16 00:06:02 2007
@@ -9,6 +9,7 @@
 #Source0Download: http://www.intel.com/technology/iapc/acpi/license2.htm
 Source0:	http://www.intel.com/technology/iapc/acpi/downloads/acpica-unix-%{version}.tar.gz
 # Source0-md5:	181d99a4228f4bf5309e1b56a0a7e5a8
+Patch0:		%{name}-make.patch
 URL:		http://www.intel.com/technology/iapc/acpi/downloads.htm
 BuildRequires:	bison
 BuildRequires:	flex
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q -n acpica-unix-%{version}
+%patch0 -p1
 
 # extract license text
 sed -e '1,6d;114q' osunixxf.c > LICENSE
@@ -37,15 +39,15 @@
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags} -Wall -D_LINUX -DACPI_ASL_COMPILER -I../include"
 
+%{__make} -C tools/acpisrc \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -Wall -D_LINUX -DACPI_APPLICATION -I../../include"
+
 # doesn't build currently, some code missing (AcpiGbl_Db*)
 #%{__make} -C tools/acpiexec \
 #	CC="%{__cc}" \
 #	CFLAGS="%{rpmcflags} -Wall -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP -D_MULTI_THREADED -I../../include"
 
-%{__make} -C tools/acpisrc \
-	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags} -Wall -D_LINUX -DACPI_APPLICATION -I../../include"
-
 %{__make} -C tools/acpixtract \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags} -Wall -D_LINUX -DACPI_APPLICATION -I../../include"
@@ -74,5 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/01/15 23:06:02  glen
+- parallel make fix
+- build progs in the order mentioned in README
+
 Revision 1.1  2006/11/01 12:05:27  qboosh
 - new
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/iasl.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list