[hevea] Unlimit the stack to fix the ppc64 build (really fixes bz 879050).

Jerry James jjames at fedoraproject.org
Thu Jan 16 22:13:29 UTC 2014


commit a79fdd7a13150df587aee279b77a5ea88c998c94
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Thu Jan 16 15:13:33 2014 -0700

    Unlimit the stack to fix the ppc64 build (really fixes bz 879050).

 hevea.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/hevea.spec b/hevea.spec
index 269cf6b..6022600 100644
--- a/hevea.spec
+++ b/hevea.spec
@@ -3,7 +3,7 @@
 
 Name:		hevea
 Version:	2.12
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	LaTeX to HTML translator
 Group:		Applications/Publishing
 License:	QPL
@@ -29,6 +29,7 @@ cp -p %{SOURCE1} .
 
 
 %build
+ulimit -s unlimited
 make %{?_smp_mflags} \
 %if ! %{opt}
 	TARGET=byte \
@@ -64,6 +65,9 @@ make install \
 
 
 %changelog
+* Thu Jan 16 2014 Jerry James <loganjerry at gmail.com> - 2.12-2
+- Unlimit the stack to fix the ppc64 build (really fixes bz 879050)
+
 * Thu Jan 16 2014 Jerry James <loganjerry at gmail.com> - 2.12-1
 - New upstream release
 - Work around broken texlive _texmf_main macro (bz 1054317)


More information about the scm-commits mailing list