summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2014-03-19 13:31:25 +0100
committerMiroslav Lichvar <mlichvar@redhat.com>2014-03-19 16:39:47 +0100
commit40ec573c911c6ac02a58a62dcc6981d5a753b729 (patch)
tree84d3d146251f6ebaf774d63581ce7d6e8b3b3e21
parent24122217bd264e30505588a36554f8c5452b0e57 (diff)
downloadguile-40ec573c911c6ac02a58a62dcc6981d5a753b729.tar.gz
guile-40ec573c911c6ac02a58a62dcc6981d5a753b729.tar.xz
guile-40ec573c911c6ac02a58a62dcc6981d5a753b729.zip
disable auto-compilation when building slibcat
-rw-r--r--guile.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile.spec b/guile.spec
index 008d4a2..855c6df 100644
--- a/guile.spec
+++ b/guile.spec
@@ -125,7 +125,7 @@ for pre in \
"(use-modules (ice-9 slib))" \
"(load \"%{_datadir}/slib/guile.init\")"
do
- %{_bindir}/guile -c "$pre
+ %{_bindir}/guile --fresh-auto-compile --no-auto-compile -c "$pre
(set! implementation-vicinity (lambda () \"%{_datadir}/guile/%{mver}/\"))
(require 'new-catalog)" &> /dev/null && break
rm -f %{_datadir}/guile/%{mver}/slibcat