summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlírio Eyng <alirioeyng@gmail.com>2014-04-10 12:55:50 +0000
committerLudovic Courtès <ludo@gnu.org>2014-04-10 21:41:58 +0200
commit8b8476b859b525f012f5864ffc401ea252fb26ca (patch)
tree6cc6105a2d1fec2f0009789ee62dcbc9b3a8f800
parentcc8ba868facb28f9969dbcbfe736e43f64cbb855 (diff)
downloadpatches-8b8476b859b525f012f5864ffc401ea252fb26ca.tar
patches-8b8476b859b525f012f5864ffc401ea252fb26ca.tar.gz
gnu: util-linux: Enable ddate.
* gnu/packages/linux.scm (util-linux): Add --enable-ddate configure flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/linux.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d27c6279aa..da5b31a169 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -324,7 +324,8 @@ providing the system administrator with some help in common tasks.")
"1rpgghf7n0zx0cdy8hibr41wvkm2qp1yvd8ab1rxr193l1jmgcir"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags '("--disable-use-tty-group")
+ `(#:configure-flags '("--disable-use-tty-group"
+ "--enable-ddate")
#:phases (alist-cons-after
'install 'patch-chkdupexe
(lambda* (#:key outputs #:allow-other-keys)