use __PPC64__, not __ppc64__ which is undefined on PPC64 arch
This commit is contained in:
parent
e852508459
commit
992fb93994
2
config.h
2
config.h
@ -9,7 +9,7 @@
|
||||
#endif
|
||||
#define srtp_multilib_redirection_h
|
||||
|
||||
#if defined(__x86_64__) || defined(__ppc64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__s390x__)
|
||||
#if defined(__x86_64__) || defined(__PPC64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__s390x__)
|
||||
#include "srtp/config-64.h"
|
||||
#else
|
||||
#include "srtp/config-32.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: lib%{shortname}
|
||||
Version: 1.4.4
|
||||
Release: 5.%{cvsver}%{?dist}
|
||||
Release: 6.%{cvsver}%{?dist}
|
||||
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
@ -89,6 +89,9 @@ cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{shortname}/config.h
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Sep 25 2012 Karsten Hopp <karsten@redhat.com> 1.4.4-6.20101004cvs
|
||||
- use __PPC64__, not __ppc64__ which is undefined on PPC64 arch
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-5.20101004cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user