When built with PAM support, add USE_PAM to BUILD_DEFS.
This commit is contained in:
parent
6eb1ad77dc
commit
5a3003c385
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.73 2001/12/18 20:23:00 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.74 2002/01/30 03:36:09 jlam Exp $
|
||||
|
||||
DISTNAME= samba-2.2.2
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/source
|
||||
|
@ -57,6 +57,7 @@ BUILD_DEFS+= USE_CUPS
|
|||
|
||||
.if defined(USE_PAM)
|
||||
.include "../../security/PAM/buildlink.mk"
|
||||
BUILD_DEFS+= USE_PAM
|
||||
CONFIGURE_ARGS+= --with-pam
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue