From a0089df0be6be1ba06a70b1f03a23f992801ef97 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 18 Apr 2024 23:10:06 +0200 Subject: qemu: remove docs --- qemu.scm | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3