summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@fedoraproject.org>2006-03-22 15:52:34 +0000
committerMiroslav Lichvar <mlichvar@fedoraproject.org>2006-03-22 15:52:34 +0000
commit41d2e63e24a826ff64e1c93305aedd9644253d3b (patch)
treef7b23dfc54e1b488715e425b91e42a1f581d337e
parentb45318a361a6d171c4017b87acea92514f7967f3 (diff)
downloadguile-41d2e63e24a826ff64e1c93305aedd9644253d3b.tar.gz
guile-41d2e63e24a826ff64e1c93305aedd9644253d3b.tar.xz
guile-41d2e63e24a826ff64e1c93305aedd9644253d3b.zip
- workaround a stack problem
-rw-r--r--guile.spec7
1 files changed, 3 insertions, 4 deletions
diff --git a/guile.spec b/guile.spec
index 30c0fe1..3c7ad2b 100644
--- a/guile.spec
+++ b/guile.spec
@@ -6,6 +6,7 @@ Source: ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.gz
URL: http://www.gnu.org/software/guile/
Patch1: guile-1.8.0-rpath.patch
Patch2: guile-1.8.0-slib.patch
+Patch3: guile-1.8.0-stacksize.patch
License: GPL
Group: Development/Languages
Buildroot: %{_tmppath}/%{name}-root
@@ -42,12 +43,10 @@ install the guile package.
%setup -q
%patch1 -p1 -b .rpath
%patch2 -p1 -b .slib
+%patch3 -p1 -b .stacksize
%build
-%ifarch x86_64
-export CFLAGS="$RPM_OPT_FLAGS -O0"
-%endif
%configure --disable-error-on-warning
make
@@ -109,7 +108,7 @@ fi
%{_includedir}/libguile.h
%changelog
-* Mon Mar 20 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5:1.8.0-1
+* Wed Mar 22 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5:1.8.0-1
- update to guile-1.8.0
- fix slib.scm for slib-3a3
- install guile-tut info