me
/
guix
Archived
1
0
Fork 0

gnu: mupdf: Build verbosely.

* gnu/packages/pdf.scm (mupdf)[arguments]: Add ‘verbose’ to #:make-flags.
master
Tobias Geerinckx-Rice 2020-11-24 11:27:39 +01:00
parent 17210f51b4
commit 43ac6f59c5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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"