update the config.h header aarch64 is a 64 bit arch though there is no multilib
This commit is contained in:
parent
1d54552ece
commit
35673b4087
2
config.h
2
config.h
@ -9,7 +9,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#define srtp_multilib_redirection_h
|
#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__) || defined(__aarch64__)
|
||||||
#include "srtp/config-64.h"
|
#include "srtp/config-64.h"
|
||||||
#else
|
#else
|
||||||
#include "srtp/config-32.h"
|
#include "srtp/config-32.h"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: lib%{shortname}
|
Name: lib%{shortname}
|
||||||
Version: 1.4.4
|
Version: 1.4.4
|
||||||
Release: 10.%{cvsver}%{?dist}
|
Release: 11.%{cvsver}%{?dist}
|
||||||
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
Summary: An implementation of the Secure Real-time Transport Protocol (SRTP)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -95,6 +95,9 @@ cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{shortname}/config.h
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 15 2014 Dennis Gilmore <dennis@ausil.us> - 1.4.4-11.20101004cvs
|
||||||
|
- update the config.h header aarch64 is a 64 bit arch though there is no multilib
|
||||||
|
|
||||||
* Mon Feb 10 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.4-10.20101004cvs
|
* Mon Feb 10 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.4-10.20101004cvs
|
||||||
- rename internal functions to avoid conflicts (bz 956340)
|
- rename internal functions to avoid conflicts (bz 956340)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user