mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
mate-screensaver: Built with PAM support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
d5120a2664
commit
6e394cba21
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
PRGNAM=mate-screensaver
|
PRGNAM=mate-screensaver
|
||||||
VERSION=${VERSION:-1.24.0}
|
VERSION=${VERSION:-1.24.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_msb}
|
TAG=${TAG:-_msb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -88,7 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
--without-systemd \
|
--without-systemd \
|
||||||
--disable-pam \
|
--enable-pam \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue