summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2014-11-14 11:39:20 -0500
committerDan Horák <dan@danny.cz>2014-11-14 11:39:20 -0500
commit130e7f76aa8984328547350e11a83ab0ab871f84 (patch)
tree6d7f63705a36217fb4076abc4e945d17df64257c
parent0be1d2bb451c8c800bb94d4ebcff363fe5580d1f (diff)
downloadejabberd-130e7f76aa8984328547350e11a83ab0ab871f84.tar.gz
ejabberd-130e7f76aa8984328547350e11a83ab0ab871f84.tar.xz
ejabberd-130e7f76aa8984328547350e11a83ab0ab871f84.zip
- increase stack size for hevea on ppc64* (#1164209)
-rw-r--r--ejabberd.spec10
1 files changed, 9 insertions, 1 deletions
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)