diff options
author | Richard Narron <richard@aaazen.com> | 2020-06-13 08:43:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-13 08:43:37 +0700 |
commit | 33ee1660871723fc359f4ffab9d415c66f2fcfc3 (patch) | |
tree | af2ebd2685a721782dca13ce3136e61eb7212d79 /system/fcron | |
parent | dd67800af9a3d0c825b847ae95eb825689ac4ed6 (diff) | |
download | slackbuilds-33ee1660871723fc359f4ffab9d415c66f2fcfc3.tar.gz |
system/fcron: Disable PAM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fcron')
-rw-r--r-- | system/fcron/fcron.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/fcron/fcron.SlackBuild b/system/fcron/fcron.SlackBuild index 2744dff620..835f21f70f 100644 --- a/system/fcron/fcron.SlackBuild +++ b/system/fcron/fcron.SlackBuild @@ -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 \ |