[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libreoffice - add debugging environment variable.
From: |
John Darrington |
Subject: |
01/01: gnu: libreoffice - add debugging environment variable. |
Date: |
Sat, 22 Nov 2014 20:20:10 +0000 |
jmd pushed a commit to branch wip-libreoffice
in repository guix.
commit cabf3209c0806a91133d128d20577c6c221d25e2
Author: John Darrington <address@hidden>
Date: Sat Nov 22 21:12:41 2014 +0100
gnu: libreoffice - add debugging environment variable.
* gnu/packages/libreoffice.scm (libreoffice): set the variable CPPUNITTRACE.
---
gnu/packages/libreoffice.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index bd4d49e..236d105 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1010,6 +1010,8 @@ applications.")
(setenv "HOME" (getcwd)) ; "make" runs some tests which
require an existant $HOME
+ (setenv "CPPUNITTRACE" "gdb --args") ; For debugging
+
(substitute* "external/libxmlsec/ExternalProject_xmlsec.mk"
(("./configure") "$(CONFIG_SHELL) ./configure" ))
)