From a79fdd7a13150df587aee279b77a5ea88c998c94 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jan 16 2014 22:13:33 +0000 Subject: Unlimit the stack to fix the ppc64 build (really fixes bz 879050). --- 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 - 2.12-2 +- Unlimit the stack to fix the ppc64 build (really fixes bz 879050) + * Thu Jan 16 2014 Jerry James - 2.12-1 - New upstream release - Work around broken texlive _texmf_main macro (bz 1054317)