guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: podofo: Omit static library.


From: guix-commits
Subject: 10/10: gnu: podofo: Omit static library.
Date: Mon, 11 Jan 2021 17:31:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8153705512a0b5ad0a1af60437e4398c23068b5b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 11 22:28:58 2021 +0100

    gnu: podofo: Omit static library.
    
    * gnu/packages/pdf.scm (podofo)[arguments]: Remove explicit
    "-DPODOFO_BUILD_STATIC=ON" from #:configure-flags.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 48c2158..d03379c 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -670,8 +670,8 @@ interaction.")
        ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]