diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-03-04 01:39:54 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-03-04 08:59:31 +0100 |
commit | 05aafc282ba7bbef7d888d761c2d42341745bf50 (patch) | |
tree | 2b1222c91afa0939efe151439457cc754effccb2 /source/n/samba/samba.SlackBuild | |
parent | 11403357f20e37f8613bb0ea1cdc51c34c51f8a6 (diff) | |
download | current-05aafc282ba7bbef7d888d761c2d42341745bf50.tar.gz current-05aafc282ba7bbef7d888d761c2d42341745bf50.tar.xz |
Wed Mar 4 01:39:54 UTC 202020200304013954
xap/seamonkey-2.53.1-x86_64-2.txz: Rebuilt.
Fixed $LIBDIRSUFFIX for 32-bit. Thanks to ljb643.
Diffstat (limited to 'source/n/samba/samba.SlackBuild')
-rwxr-xr-x | source/n/samba/samba.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source/n/samba/samba.SlackBuild b/source/n/samba/samba.SlackBuild index 70cfe97dd..854483e34 100755 --- a/source/n/samba/samba.SlackBuild +++ b/source/n/samba/samba.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=samba VERSION=${VERSION:-$(echo samba-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} if [ -e $CWD/machine.conf ]; then . $CWD/machine.conf ] @@ -104,11 +104,6 @@ find . \ if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then PAM_OPTIONS="--with-pam --with-pammodulesdir=/lib${LIBDIRSUFFIX}/security --with-system-mitkrb5 --with-experimental-mit-ad-dc" unset SHADOW_OPTIONS - # Handle removal of ENCTYPE_DES_CBC_MD5 from krb5. - # These patches are already upstreamed in the 4.12.0 RC. - zcat $CWD/0000-use-gnutls-for-des-cbc.patch.gz | patch -p1 --verbose || exit 1 - zcat $CWD/0001-handle-removal-des-enctypes-from-krb5.patch.gz | patch -p1 --verbose || exit 1 - zcat $CWD/0002-samba-tool-create-working-private-krb5.conf.patch.gz | patch -p1 --verbose || exit 1 else unset PAM_OPTIONS SHADOW_OPTIONS="--without-pam" |