pam: Upgraded to 1.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-06-10 02:40:06 +07:00
parent f6876079eb
commit f3a8edfc55
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -5,7 +5,7 @@
# All rights reserved.
#
# Heavily modified by Willy Sudiarto Raharjo for CSB project
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@ -26,7 +26,7 @@
SRCNAM=Linux-PAM
PRGNAM=pam
VERSION=${VERSION:-1.2.1}
VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -67,7 +67,6 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -89,6 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-read-both-confs \
--disable-prelude \
--disable-selinux \
--disable-regenerate-docu \
--build=$ARCH-slackware-linux
make