SPECS: gnu-efi.spec - i386 needs ARCH=ia32 - release 2

qboosh qboosh at pld-linux.org
Fri Nov 30 18:26:46 CET 2007


Author: qboosh                       Date: Fri Nov 30 17:26:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- i386 needs ARCH=ia32
- release 2

---- Files affected:
SPECS:
   gnu-efi.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/gnu-efi.spec
diff -u SPECS/gnu-efi.spec:1.10 SPECS/gnu-efi.spec:1.11
--- SPECS/gnu-efi.spec:1.10	Fri Nov 30 17:32:00 2007
+++ SPECS/gnu-efi.spec	Fri Nov 30 18:26:41 2007
@@ -4,7 +4,7 @@
 Name:		gnu-efi
 # NOTE: don't use 3.1, it doesn't support EFI x86_64
 Version:	3.0d
-Release:	1
+Release:	2
 # efilib is on Intel's BSD-like license, HP's glue code is GPL'd
 License:	GPL v2+, portions on Intel's BSD-like license (see README.*)
 Group:		Development/Libraries
@@ -38,7 +38,7 @@
 WRAP=
 %endif
 %{__make} -j1 \
-	ARCH="%{_target_base_arch}" \
+	ARCH=$(echo %{_target_base_arch} | sed -e 's/i386/ia32/') \
 	CC="%{__cc}" \
 	CFLAGS="%{rpmcflags} -fpic -Wall -fshort-wchar $WRAP" \
 	OBJCOPY=objcopy
@@ -75,6 +75,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2007-11-30 17:26:41  qboosh
+- i386 needs ARCH=ia32
+- release 2
+
 Revision 1.10  2007-11-30 16:32:00  qboosh
 - fixed build on x86_64
 - use ARCH= to override uname (to allow building i686 package on x86_64 host)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnu-efi.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list