diff options
-rw-r--r-- | qemu.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |