From 06e4ee0f7b944ed39dacd70728bdc48025c01a3a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 6 Jun 2009 19:35:44 +0000 Subject: [PATCH] update the mulilib header file to support sparc arches --- conffile.h | 4 ++++ unixODBC.spec | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/conffile.h b/conffile.h index 124f0cc..03d30d5 100644 --- a/conffile.h +++ b/conffile.h @@ -21,4 +21,8 @@ #include "CONFFILE_s390x.h" #elif defined(__s390__) #include "CONFFILE_s390.h" +#elif defined(__sparc__) && defined(__arch64__) +#include "CONFFILE_sparc64.h" +#elif defined(__sparc__) +#include "CONFFILE_sparc.h" #endif diff --git a/unixODBC.spec b/unixODBC.spec index 160ee10..6926908 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC Version: 2.2.14 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ # Programs are GPL, libraries are LGPL, except News Server library is GPL. @@ -185,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Sat Jun 06 2009 Dennis Gilmore - 2.2.14-3 +- add sparc support to the multilib includes header + * Wed Feb 25 2009 Fedora Release Engineering - 2.2.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild