guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: bdb: Do not build static libraries.


From: Ludovic Courtès
Subject: 02/05: gnu: bdb: Do not build static libraries.
Date: Mon, 9 May 2016 13:56:17 +0000 (UTC)

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

commit 0e50d521c9724d6efbfb3081adf4e6f5fb3ba7a3
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 9 15:51:38 2016 +0200

    gnu: bdb: Do not build static libraries.
    
    * gnu/packages/databases.scm (bdb)[arguments]: Pass --disable-static.
---
 gnu/packages/databases.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ee28a4c..6676950 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -113,6 +113,9 @@ and provides interfaces to the traditional file format.")
                       (string-append "CONFIG_SHELL=" (which "bash"))
                       (string-append "SHELL=" (which "bash"))
 
+                      ;; Remove 7 MiB of .a files.
+                      "--disable-static"
+
                       ;; The compatibility mode is needed by some packages,
                       ;; notably iproute2.
                       "--enable-compat185"



reply via email to

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