guix-commits
[Top][All Lists]
Advanced

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

07/94: gnu: expat: Do not build static libraries.


From: guix-commits
Subject: 07/94: gnu: expat: Do not build static libraries.
Date: Thu, 5 Dec 2019 12:15:27 -0500 (EST)

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

commit 767abd373b595fee5f46189627ea761c9fa555e3
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 05:22:24 2019 +0100

    gnu: expat: Do not build static libraries.
    
    * gnu/packages/xml.scm (expat)[arguments]: New field.
---
 gnu/packages/xml.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index b3aae8d..d1376a5 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -80,6 +80,8 @@
                  (base32
                   "1960mmgbb4cm64n1p0nz3hrs1pw03hkrfcw8prmnn4622mdrd9hy")))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (home-page "https://libexpat.github.io/";)
     (synopsis "Stream-oriented XML parser library written in C")
     (description



reply via email to

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