guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: guile: Do not build static libraries.


From: Ludovic Courtès
Subject: 06/06: gnu: guile: Do not build static libraries.
Date: Mon, 02 May 2016 15:58:54 +0000

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

commit b5e0c870cb2c4a6864455308c74684fd024f101f
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 2 17:55:17 2016 +0200

    gnu: guile: Do not build static libraries.
    
    * gnu/packages/guile.scm (guile-2.0)[arguments]: Add #:configure-flags.
---
 gnu/packages/guile.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 53ea3e5..7ca7927 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -161,7 +161,8 @@ without requiring the source code to be rewritten.")
    (outputs '("out" "debug"))
 
    (arguments
-    `(#:phases (alist-cons-before
+    `(#:configure-flags '("--disable-static")     ;saves 3MiB
+      #:phases (alist-cons-before
                 'configure 'pre-configure
                 (lambda* (#:key inputs #:allow-other-keys)
                   ;; Tell (ice-9 popen) the file name of Bash.



reply via email to

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