gnu: poppler: Do not build static libraries.
* gnu/packages/pdf.scm (poppler)[arguments]: Pass "--disable-static".
This commit is contained in:
parent
55de892b43
commit
a8938c8858
|
@ -89,7 +89,10 @@
|
|||
`(#:tests? #f ; no test data provided with the tarball
|
||||
#:configure-flags
|
||||
'("--enable-xpdf-headers" ; to install header files
|
||||
"--enable-zlib")
|
||||
"--enable-zlib"
|
||||
|
||||
;; Saves 8 MiB of .a files.
|
||||
"--disable-static")
|
||||
#:phases
|
||||
(alist-cons-before
|
||||
'configure 'setenv
|
||||
|
|
Loading…
Reference in New Issue