[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: mupdf: Build verbosely.
From: |
guix-commits |
Subject: |
01/03: gnu: mupdf: Build verbosely. |
Date: |
Tue, 24 Nov 2020 10:04:16 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 43ac6f59c537af217e6a92c95602802498a2b406
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 24 11:27:39 2020 +0100
gnu: mupdf: Build verbosely.
* gnu/packages/pdf.scm (mupdf)[arguments]: Add ‘verbose’ to #:make-flags.
---
gnu/packages/pdf.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 5b5a53b..9cb4609 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -725,7 +725,8 @@ extracting content or merging files.")
`(("pkg-config" ,pkg-config)))
(arguments
`(#:tests? #f ; no check target
- #:make-flags (list (string-append "CC=" ,(cc-for-target))
+ #:make-flags (list "verbose=yes"
+ (string-append "CC=" ,(cc-for-target))
"XCFLAGS=-fpic"
"USE_SYSTEM_LIBS=yes"
"USE_SYSTEM_MUJS=yes"