summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qemu.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu.scm b/qemu.scm
index a86d182..445c313 100644
--- a/qemu.scm
+++ b/qemu.scm
@@ -181,6 +181,7 @@
(string-append "--smbd=" out "/libexec/samba-wrapper")
"--disable-debug-info" ;for space considerations
;; The binaries need to be linked against -lrt.
+ "--disable-docs" ;; They now explode for some reason
(string-append "--extra-ldflags=-lrt")))
;; Make build and test output verbose to facilitate investigation upon failure.
#:make-flags #~'("V=1")