summaryrefslogtreecommitdiffstats
path: root/source/a
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-06-11 19:09:59 +0000
committer Eric Hameleers <alien@slackware.com>2021-06-12 08:59:52 +0200
commit658e62183bbb841a65b6ba5a20a16a216394cd4a (patch)
tree92a4d7f4490a051c7a559dbeb8a89f8a2255b5f0 /source/a
parent501b288e546fa7115e1675d4dcff55af2cb4cf3f (diff)
downloadcurrent-658e62183bbb841a65b6ba5a20a16a216394cd4a.tar.gz
current-658e62183bbb841a65b6ba5a20a16a216394cd4a.tar.xz
Fri Jun 11 19:09:59 UTC 202120210611190959
a/util-linux-2.37-x86_64-1.txz: Upgraded. l/glib2-2.68.3-x86_64-1.txz: Upgraded. l/mozilla-nss-3.67-x86_64-1.txz: Upgraded. l/rubygem-asciidoctor-2.0.15-x86_64-1.txz: Added. This is required to process the man pages for the util-linux build. Thanks to Trevor D. Cook. n/gnupg2-2.2.28-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a')
-rwxr-xr-xsource/a/util-linux/util-linux.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/a/util-linux/util-linux.SlackBuild b/source/a/util-linux/util-linux.SlackBuild
index 3c33fe586..d905da669 100755
--- a/source/a/util-linux/util-linux.SlackBuild
+++ b/source/a/util-linux/util-linux.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2017, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=util-linux
VERSION=${VERSION:-$(echo util-linux*.tar.xz | cut -d - -f 3 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
ADJTIMEXVERS=1.29
SETSERIALVERS=2.17
@@ -142,6 +142,7 @@ configure_with_python(){
--docdir=/usr/doc/util-linux-$VERSION \
--disable-static \
--enable-agetty \
+ --enable-fdformat \
--enable-kill \
--disable-last \
--enable-libmount-support-mtab \