[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: util-linux: Do not build static libraries.
From: |
Ludovic Courtès |
Subject: |
05/06: gnu: util-linux: Do not build static libraries. |
Date: |
Tue, 15 Dec 2015 22:40:05 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 0573bb5e61ed0351d4e11a8dbafc6d7cc46e4f8c
Author: Ludovic Courtès <address@hidden>
Date: Tue Dec 15 23:28:29 2015 +0100
gnu: util-linux: Do not build static libraries.
* gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static.
---
gnu/packages/linux.scm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0853374..c018956 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -417,6 +417,9 @@ providing the system administrator with some help in common
tasks.")
(arguments
`(#:configure-flags (list "--disable-use-tty-group"
+ ;; Do not build .a files to save 2 MiB.
+ "--disable-static"
+
;; Install completions where our
;; bash-completion package expects them.
(string-append "--with-bashcompletiondir="
- branch core-updates updated (304e4f5 -> 6042f40), Ludovic Courtès, 2015/12/15
- 01/06: gnu: bash: Add "doc" output., Ludovic Courtès, 2015/12/15
- 02/06: gnu: ncurses: Add 'TERMINFO_DIRS' search path variable., Ludovic Courtès, 2015/12/15
- 03/06: gnu: ncurses: Add "doc" output., Ludovic Courtès, 2015/12/15
- 05/06: gnu: util-linux: Do not build static libraries.,
Ludovic Courtès <=
- 04/06: gnu: gettext: Add "doc" output., Ludovic Courtès, 2015/12/15
- 06/06: gnu: pcre: Add "doc" output., Ludovic Courtès, 2015/12/15