From 38a85a4ea40f84f976974dfc52faaf031dd982bd Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 6 Sep 2013 15:27:16 -0600 Subject: [PATCH] More stack space needed to install. --- clisp.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clisp.spec b/clisp.spec index b79654c..42101a1 100644 --- a/clisp.spec +++ b/clisp.spec @@ -168,6 +168,7 @@ ulimit -s unlimited LDFLAGS="${RPM_LD_FLAGS} -L%{_libdir}/readline5 -Wl,-z,noexecstack" %install +ulimit -s unlimited make -C build DESTDIR=$RPM_BUILD_ROOT install rm -f $RPM_BUILD_ROOT%{_pkgdocdir}/doc/clisp.{dvi,1,ps} cp -p doc/mop-spec.pdf $RPM_BUILD_ROOT%{_pkgdocdir}/doc @@ -316,6 +317,7 @@ chmod a+x \ * Fri Aug 30 2013 Jerry James - 2.49-11.20130208hg - clisp does not support aarch64 (bz 925155) - Adapt to versionless docdir (bz 992605 and 993701) +- More stack space needed to install * Sat Aug 03 2013 Fedora Release Engineering - 2.49-11.20130208hg - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild