guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: librsvg: Don't build librsvg-2.a.


From: guix-commits
Subject: 01/01: gnu: librsvg: Don't build librsvg-2.a.
Date: Wed, 6 Mar 2019 12:35:56 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 7e0f4cb154428a9e1df50936653a3250717257aa
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 6 18:34:13 2019 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f835337..b6b769f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1313,7 +1313,8 @@ dealing with different structured file formats.")
                 "1h3qnqhr0l7pd2bxg69ki6ckl4srdwgr471dpp4jq9i4784hp0v6"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:make-flags '("CC=gcc")
+     `(#:configure-flags '("--disable-static")
+       #:make-flags '("CC=gcc")
        #:phases
        (modify-phases %standard-phases
          ;; Don't patch anything in vendor/ to avoid having to recompute



reply via email to

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