me
/
guix
Archived
1
0
Fork 0

gnu: poppler: Do not build static libraries.

* gnu/packages/pdf.scm (poppler)[arguments]: Pass "--disable-static".
master
Ludovic Courtès 2016-05-10 09:03:00 +02:00
parent 55de892b43
commit a8938c8858
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

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