diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-07-23 20:08:16 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-07-24 08:59:52 +0200 |
commit | 8a9666da9b321efae41da18c81ada6407ac715ce (patch) | |
tree | 75384b9bdd6f1bf8025e83f03f48a5a6d47e222c /source/a/util-linux/util-linux.SlackBuild | |
parent | 692edb07583a3c4be60a2519c7fd59979a7224ec (diff) | |
download | current-8a9666da9b321efae41da18c81ada6407ac715ce.tar.gz |
Thu Jul 23 20:08:16 UTC 202020200723200816
a/util-linux-2.36-x86_64-1.txz: Upgraded.
d/check-0.15.1-x86_64-1.txz: Upgraded.
d/parallel-20200722-noarch-1.txz: Upgraded.
x/mesa-20.1.4-x86_64-1.txz: Upgraded.
extra/sendmail/sendmail-8.16.1-x86_64-2.txz: Rebuilt.
Updated site.config.m4 and included -DDANE. Thanks to HQuest.
extra/sendmail/sendmail-cf-8.16.1-noarch-2.txz: Rebuilt.
testing/packages/gcc10/gcc-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-brig-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-g++-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-gdc-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-gfortran-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-gnat-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-go-10.2.0-x86_64-1.txz: Upgraded.
testing/packages/gcc10/gcc-objc-10.2.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/util-linux/util-linux.SlackBuild')
-rwxr-xr-x | source/a/util-linux/util-linux.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/a/util-linux/util-linux.SlackBuild b/source/a/util-linux/util-linux.SlackBuild index 05e1ad4c..1467bc42 100755 --- a/source/a/util-linux/util-linux.SlackBuild +++ b/source/a/util-linux/util-linux.SlackBuild @@ -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:-5} +BUILD=${BUILD:-1} ADJTIMEXVERS=1.29 SETSERIALVERS=2.17 @@ -123,9 +123,6 @@ zcat $CWD/util-linux.fdisk-no-solaris.diff.gz | patch -p1 --verbose || exit 1 # /dev/ram* devices in 'fdisk -l' output: zcat $CWD/util-linux.do.not.list.ram.devices.diff.gz | patch -p1 --verbose || exit 1 -# Fix chfn and chsh when using readline: -zcat $CWD/0001-chfn-Make-readline-prompt-for-each-field-on-a-separa.patch.gz | patch -p1 --verbose || exit 1 - # This just call the configure script with $1 either being 2 for python2 # or 3 for python3. # |