diff --git a/config.h b/config.h index 146b815..d0860ba 100644 --- a/config.h +++ b/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__) || defined(__aarch64__) #include "srtp/config-64.h" #else #include "srtp/config-32.h" diff --git a/libsrtp.spec b/libsrtp.spec index f868c3e..7d3e541 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -3,7 +3,7 @@ Name: lib%{shortname} Version: 1.4.4 -Release: 10.%{cvsver}%{?dist} +Release: 11.%{cvsver}%{?dist} Summary: An implementation of the Secure Real-time Transport Protocol (SRTP) Group: System Environment/Libraries License: BSD @@ -95,6 +95,9 @@ cp -a %{SOURCE2} %{buildroot}%{_includedir}/%{shortname}/config.h %{_libdir}/*.so %changelog +* Thu May 15 2014 Dennis Gilmore - 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 - 1.4.4-10.20101004cvs - rename internal functions to avoid conflicts (bz 956340)