public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ejabberd] f45: add aarch64 support
Date: Wed, 23 Sep 2026 19:07:19 GMT [thread overview]
Message-ID: <179019043959.1.16165494783405632428.rpms-ejabberd-65c80da1a36c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : 65c80da1a36c4200bf18375fbc6110cee6f39aa7
Author : Peter Robinson <pbrobinson@gmail.com>
Date : 2014-11-12T17:02:15+00:00
Stats : +20/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/65c80da1a36c4200bf18375fbc6110cee6f39aa7?branch=f45
Log:
add aarch64 support
---
diff --git a/ejabberd-0011-aarch64.patch b/ejabberd-0011-aarch64.patch
new file mode 100644
index 0000000..070d86d
--- /dev/null
+++ b/ejabberd-0011-aarch64.patch
@@ -0,0 +1,13 @@
+diff --git a/c_src/double-conversion/utils.h b/c_src/double-conversion/utils.h
+index 9ebb9ee..8aebce0 100644
+--- a/deps/jiffy/c_src/double-conversion/utils.h
++++ b/deps/jiffy/c_src/double-conversion/utils.h
+@@ -57,7 +57,7 @@
+ defined(__hppa__) || defined(__ia64__) || \
+ defined(__mips__) || defined(__powerpc__) || \
+ defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
+- defined(__SH4__) || defined(__alpha__) || \
++ defined(__SH4__) || defined(__alpha__) || defined(__aarch64__) || \
+ defined(_MIPS_ARCH_MIPS32R2)
+ #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
+ #elif defined(_M_IX86) || defined(__i386__) || defined(__i386)
diff --git a/ejabberd.spec b/ejabberd.spec
index cae4c86..7229d87 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -23,7 +23,7 @@
Name: ejabberd
Version: 14.07
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
Group: Applications/Internet
@@ -70,6 +70,8 @@ Patch9: ejabberd-0009-Fix-permissions-for-captcha-script.patch
# Fedora-specific
Patch10:ejabberd-0010-Enable-systemd-notification-if-available.patch
+Patch11: ejabberd-0011-aarch64.patch
+
BuildRequires: expat-devel
BuildRequires: openssl-devel >= 0.9.8
BuildRequires: pam-devel
@@ -143,6 +145,7 @@ Documentation for ejabberd.
#%patch10 -p1 -b .systemd_notify
tar xvf %{S:14}
+%patch11 -p1
%build
@@ -321,6 +324,9 @@ fi)
%changelog
+* Wed Nov 12 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 14.07-4
+- add aarch64 support
+
* Tue Nov 04 2014 Peter Lemenkov <lemenkov@gmail.com> - 14.07-3
- Rebuild with Erlang 17.3.3
reply other threads:[~2026-09-23 19:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179019043959.1.16165494783405632428.rpms-ejabberd-65c80da1a36c@fedoraproject.org \
--to=pbrobinson@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox