mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Define HAVE_PAM_GETENVLIST for build. Now environmental variables set
by PAM modules will be exported (correctly).
This commit is contained in:
parent
740972dc72
commit
18ae4e64cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72184
@ -14,7 +14,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
|
||||
auth.c auth1.c auth2.c auth-options.c session.c login_access.c dh.c \
|
||||
auth-pam.c
|
||||
|
||||
CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC} -DUSE_PAM
|
||||
CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC} -DUSE_PAM -DHAVE_PAM_GETENVLIST
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user