update the mulilib header file to support sparc arches

This commit is contained in:
Dennis Gilmore 2009-06-06 19:35:44 +00:00
parent 5505f47084
commit 06e4ee0f7b
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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 <dennis@ausil.us> - 2.2.14-3
- add sparc support to the multilib includes header
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild