public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: - increase stack size for hevea on ppc64* (#1164209)
@ 2026-09-23 19:07
0 siblings, 0 replies; only message in thread
From: @ 2026-09-23 19:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : 130e7f76aa8984328547350e11a83ab0ab871f84
Author : Dan Horák <dan@danny.cz>
Date : 2014-11-14T11:39:20-05:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/130e7f76aa8984328547350e11a83ab0ab871f84?branch=f45
Log:
- increase stack size for hevea on ppc64* (#1164209)
---
diff --git a/ejabberd.spec b/ejabberd.spec
index 14d374a..89e2bf7 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -17,7 +17,7 @@
Name: ejabberd
Version: 14.07
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
Group: Applications/Internet
@@ -150,6 +150,11 @@ autoreconf -ivf
make
%if 0%{?_with_hevea}
pushd doc
+%ifarch %{power64}
+ulimit -a
+ulimit -Hs 65536
+ulimit -Ss 65536
+%endif
# remove pre-built docs
rm -f dev.html features.html
# See this link - http://thread.gmane.org/gmane.linux.redhat.fedora.devel/198954/focus=198957
@@ -318,6 +323,9 @@ fi)
%changelog
+* Fri Nov 14 2014 Dan Horák <dan[at]danny.cz> - 14.07-6
+- increase stack size for hevea on ppc64* (#1164209)
+
* Fri Nov 14 2014 Dan Horák <dan[at]danny.cz> - 14.07-5
- hevea exists for all relevant arches, enables build on s390(x) and ppc64(le) (#1161098)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 19:07 [rpms/ejabberd] f45: - increase stack size for hevea on ppc64* (#1164209)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox