guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: libreoffice: Enable logging system.


From: guix-commits
Subject: 04/05: gnu: libreoffice: Enable logging system.
Date: Sat, 18 Feb 2023 14:56:07 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit c7e3617cf241a204e42c37047553e9e8ac6722c4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Feb 17 22:36:00 2023 -0500

    gnu: libreoffice: Enable logging system.
    
    * gnu/packages/libreoffice.scm (libreoffice)
    [configure-flags]: Add --enable-sal-log.
---
 gnu/packages/libreoffice.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 32802334e7..7ce89fc904 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1023,6 +1023,10 @@ commonly called @code{ftoa} or @code{dtoa}.")
       #~(list
          "--enable-release-build"
          "--with-vendor=GNU Guix"
+         ;; Without the SAL logging system enabled, LibreOffice is utterly
+         ;; silent.  Setting the environment variable 'SAL_INFO=+INFO' can be
+         ;; useful to debug problems.
+         "--enable-sal-log"
          ;; Avoid using all cpu cores by default
          (format #f "--with-parallelism=~d" (parallel-job-count))
          "--disable-fetch-external"     ; disable downloads



reply via email to

[Prev in Thread] Current Thread [Next in Thread]