system/fcron: Disable PAM.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Richard Narron 2020-06-13 08:43:37 +07:00 committed by Willy Sudiarto Raharjo
parent dd67800af9
commit 33ee166087

View file

@ -24,7 +24,7 @@
PRGNAM=fcron
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Select fcron's default user/group
@ -94,6 +94,7 @@ find -L . \
--with-boot-install=no \
--with-cflags="$SLKCFLAGS" \
--with-docdir=/usr/doc \
--without-pam \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \
--mandir=/usr/man \