[libsrtp] update the config.h header aarch64 is a 64 bit arch though there is no multilib

Dennis Gilmore ausil at fedoraproject.org
Fri May 16 04:48:31 UTC 2014


commit 35673b40871f8865939da9cbd8b2c5ac01c6340f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu May 15 23:48:24 2014 -0500

    update the config.h header aarch64 is a 64 bit arch though there is no multilib

 config.h     |    2 +-
 libsrtp.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
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 <dennis at 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 at fedoraproject.org> - 1.4.4-10.20101004cvs
 - rename internal functions to avoid conflicts (bz 956340)
 


More information about the scm-commits mailing list