summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@fedoraproject.org>2006-04-27 12:57:26 +0000
committerMiroslav Lichvar <mlichvar@fedoraproject.org>2006-04-27 12:57:26 +0000
commit84daed9dcfb0fbfaa9ccc84023ece2fe56b4399f (patch)
tree2071940bdeefd52478bfb593ea625aae23a72a59
parent41d2e63e24a826ff64e1c93305aedd9644253d3b (diff)
downloadguile-84daed9dcfb0fbfaa9ccc84023ece2fe56b4399f.tar.gz
guile-84daed9dcfb0fbfaa9ccc84023ece2fe56b4399f.tar.xz
guile-84daed9dcfb0fbfaa9ccc84023ece2fe56b4399f.zip
- disable optimizations to workaround a bug
-rw-r--r--guile.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/guile.spec b/guile.spec
index 3c7ad2b..5be72a7 100644
--- a/guile.spec
+++ b/guile.spec
@@ -47,6 +47,7 @@ install the guile package.
%build
+export CFLAGS="$RPM_OPT_FLAGS -O0"
%configure --disable-error-on-warning
make
@@ -108,7 +109,7 @@ fi
%{_includedir}/libguile.h
%changelog
-* Wed Mar 22 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5:1.8.0-1
+* Thu Apr 27 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