diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-02-17 21:32:15 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-02-18 08:59:48 +0100 |
commit | d8da2d3be01cee6dd09daa56912b02ffe0747b57 (patch) | |
tree | c87989ae3b484821a96e1ae8cf2d1f146c6964ea /source/a/shadow/shadow.SlackBuild | |
parent | 8ea9f1e02e85e3cc2b4ccda52639e96651d21653 (diff) | |
download | current-d8da2d3be01cee6dd09daa56912b02ffe0747b57.tar.gz current-d8da2d3be01cee6dd09daa56912b02ffe0747b57.tar.xz |
Mon Feb 17 21:32:15 UTC 202020200217213215
a/shadow-4.8.1-x86_64-4.txz: Rebuilt.
Recompiled using --with-group-name-max-length=32. Thanks to Bart van der Hall.
ap/cups-filters-1.27.1-x86_64-1.txz: Upgraded.
d/git-2.25.1-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.14-x86_64-1.txz: Upgraded.
l/libcap-2.32-x86_64-1.txz: Upgraded.
l/python-idna-2.9-x86_64-1.txz: Upgraded.
testing/packages/PAM/shadow-4.8.1-x86_64-4_pam.txz: Rebuilt.
Recompiled using --with-group-name-max-length=32. Thanks to Bart van der Hall.
Diffstat (limited to 'source/a/shadow/shadow.SlackBuild')
-rwxr-xr-x | source/a/shadow/shadow.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/a/shadow/shadow.SlackBuild b/source/a/shadow/shadow.SlackBuild index 1cd486be9..8db0b46d4 100755 --- a/source/a/shadow/shadow.SlackBuild +++ b/source/a/shadow/shadow.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=shadow VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -122,6 +122,7 @@ CFLAGS="$SLKCFLAGS" \ --enable-man \ --enable-subordinate-ids \ --disable-shared \ + --with-group-name-max-length=32 \ $SHADOW_OPTIONS \ $PAM_OPTIONS \ --build=$ARCH-slackware-linux |