guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: neon: Don't build static library.


From: guix-commits
Subject: 02/03: gnu: neon: Don't build static library.
Date: Tue, 12 Jan 2021 04:59:49 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 66c352a1fa25413690ef125a581e4257a3e7a078
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 12 10:43:37 2021 +0200

    gnu: neon: Don't build static library.
    
    * gnu/packages/version-controls.scm (neon)[arguments]: Add
    configure-flag to skip static library.
---
 gnu/packages/version-control.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 86cc346..4930ebb 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1704,6 +1704,7 @@ history.  It implements the changeset evolution concept 
for Mercurial.")
        ;; https://sourceware.org/bugzilla/show_bug.cgi?id=16475
        #:tests? #f
        #:configure-flags '("--enable-shared"
+                           "--disable-static"
                            ;; requires libgnutils-config, deprecated
                            ;; in gnutls 2.8.
                            ; "--with-ssl=gnutls")))



reply via email to

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