summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-04-18 23:10:06 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-04-18 23:10:06 +0200
commita0089df0be6be1ba06a70b1f03a23f992801ef97 (patch)
tree3c7f4d59732f5f7c18169a9317042e1714008b55
parentb710a261625693a82d75170e2d61439db48dae65 (diff)
qemu: remove docsHEADmaster
-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")