diff options
author | Andreas Enge <andreas@enge.fr> | 2015-02-07 20:42:19 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-02-07 20:42:19 +0100 |
commit | cb6a14ba5693bf89f1e067457cb9eaec86049163 (patch) | |
tree | 1b79f54a041d31e7405bffa59c944b59a3125f3a /gnu/packages/pdf.scm | |
parent | 71e1de33f9df16445b149579dc91f8c8e7e59ec1 (diff) | |
download | guix-cb6a14ba5693bf89f1e067457cb9eaec86049163.tar guix-cb6a14ba5693bf89f1e067457cb9eaec86049163.tar.gz |
gnu: podofo: Enable building a shared library.
* gnu/packages/pdf.scm (podofo): Enable building a shared library in addition
to a static one.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index ce81b7409c..2754915998 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Andreas Enge <andreas@enge.fr> +;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014 Ricardo Wurmus <rekado@elephly.net> ;;; @@ -165,6 +165,9 @@ ("libjpeg" ,libjpeg-8) ("freetype" ,freetype) ("zlib" ,zlib))) + (arguments + `(#:configure-flags '("-DPODOFO_BUILD_SHARED=ON" + "-DPODOFO_BUILD_STATIC=ON"))) (home-page "http://podofo.sourceforge.net") (synopsis "Tools to work with the PDF file format") (description |