rpms/xbase/devel xbase-2.0.0-x86_64.patch, NONE, 1.1 xbase.spec, 1.10, 1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jun 5 19:55:44 UTC 2008


Author: spot

Update of /cvs/extras/rpms/xbase/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28518

Modified Files:
	xbase.spec 
Added Files:
	xbase-2.0.0-x86_64.patch 
Log Message:
fix x86_64 configure detection

xbase-2.0.0-x86_64.patch:

--- NEW FILE xbase-2.0.0-x86_64.patch ---
diff -up xbase-2.0.0/config.sub.BAD xbase-2.0.0/config.sub
--- xbase-2.0.0/config.sub.BAD	2008-06-05 15:47:20.000000000 -0400
+++ xbase-2.0.0/config.sub	2008-06-05 15:49:10.000000000 -0400
@@ -182,7 +182,7 @@ case $basic_machine in
 	      | sparc64-* | mips64-* | mipsel-* \
 	      | mips64el-* | mips64orion-* | mips64orionel-*  \
 	      | mipstx39-* | mipstx39el-* \
-	      | f301-*)
+	      | f301-* | x86_64-*)
 		;;
 	# Recognize the various machine names and aliases which stand
 	# for a CPU type and a company and sometimes even an OS.


Index: xbase.spec
===================================================================
RCS file: /cvs/extras/rpms/xbase/devel/xbase.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xbase.spec	11 Mar 2008 20:25:10 -0000	1.10
+++ xbase.spec	5 Jun 2008 19:54:47 -0000	1.11
@@ -1,7 +1,7 @@
 Name:		xbase
 Summary: 	XBase compatible database library
 Version: 	2.0.0
-Release: 	11%{?dist}
+Release: 	12%{?dist}
 License: 	LGPLv2+
 Group: 		System Environment/Libraries
 URL:		http://linux.techass.com/projects/xdb/
@@ -10,6 +10,7 @@
 Patch1:		xbase-2.0.0-fixheader.patch
 Patch2:		xbase-2.0.0-ppc.patch
 Patch3:         xbase-2.0.0-gcc43.patch
+Patch4:		xbase-2.0.0-x86_64.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	doxygen
 
@@ -51,6 +52,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure --disable-static
@@ -99,6 +101,9 @@
 %{_bindir}/dbfutil1
 
 %changelog
+* Thu Jun  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-12
+- fix x86_64 detection in configure (FTBFS)
+
 * Tue Mar 11 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 2.0.0-11
 - Fix gcc4.3 patch to not polute global header namespace with
   "using namespace std;"




More information about the fedora-extras-commits mailing list