guix-commits
[Top][All Lists]
Advanced

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

27/27: gnu: autotrace: Don't build static library.


From: guix-commits
Subject: 27/27: gnu: autotrace: Don't build static library.
Date: Fri, 9 Sep 2022 11:08:16 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5fcbbe37c08dbe913d62523695a19357a08e2701
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 9 13:49:11 2022 +0200

    gnu: autotrace: Don't build static library.
    
    * gnu/packages/graphics.scm (autotrace)[arguments]: Add #:configure-flags.
---
 gnu/packages/graphics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 3a824c18cd..41ef0d8bfb 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -324,7 +324,8 @@ objects!")
                 "0fsg13pg72ac51l3fkzvyf7h9mzbvfxp9vfjfiwkyvx6hbm83apj"))))
     (build-system gnu-build-system)
     (arguments
-     (list #:phases
+     (list #:configure-flags #~'("--disable-static")
+           #:phases
            #~(modify-phases %standard-phases
                (add-after 'unpack 'fix-pkg-config-file
                  (lambda _



reply via email to

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