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
|
`(#:tests? #f ; no test data provided with the tarball
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
'("--enable-xpdf-headers" ; to install header files
|
'("--enable-xpdf-headers" ; to install header files
|
||||||
"--enable-zlib")
|
"--enable-zlib"
|
||||||
|
|
||||||
|
;; Saves 8 MiB of .a files.
|
||||||
|
"--disable-static")
|
||||||
#:phases
|
#:phases
|
||||||
(alist-cons-before
|
(alist-cons-before
|
||||||
'configure 'setenv
|
'configure 'setenv
|
||||||
|
|
Loading…
Reference in New Issue