mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
system/fcron: Disable PAM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dd67800af9
commit
33ee166087
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue