gnu: podofo: Omit static library.

* gnu/packages/pdf.scm (podofo)[arguments]: Remove explicit
"-DPODOFO_BUILD_STATIC=ON" from #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-11 22:28:58 +01:00
parent df50d2a02d
commit 8153705512
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -670,8 +670,8 @@ (define-public podofo
("openssl" ,openssl)
("zlib" ,zlib)))
(arguments
`(#:configure-flags '("-DPODOFO_BUILD_SHARED=ON"
"-DPODOFO_BUILD_STATIC=ON")
`(#:configure-flags
(list "-DPODOFO_BUILD_SHARED=ON")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'patch