update the mulilib header file to support sparc arches
This commit is contained in:
parent
5505f47084
commit
06e4ee0f7b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user