mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
change --disable-pam to --disable-auth-pam in Makefile
PR: 80099
This commit is contained in:
parent
3ff7677ce7
commit
0aa3353b5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133718
@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-force-setpassent
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_PAM)
|
||||
CONFIGURE_ARGS+= --disable-pam
|
||||
CONFIGURE_ARGS+= --disable-auth-pam
|
||||
.endif
|
||||
|
||||
.if defined(WITH_IPV6)
|
||||
|
@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-force-setpassent
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_PAM)
|
||||
CONFIGURE_ARGS+= --disable-pam
|
||||
CONFIGURE_ARGS+= --disable-auth-pam
|
||||
.endif
|
||||
|
||||
.if defined(WITH_IPV6)
|
||||
|
Loading…
Reference in New Issue
Block a user