Define HAVE_PAM_GETENVLIST for build. Now environmental variables set

by PAM modules will be exported (correctly).
This commit is contained in:
Jacques Vidrine 2001-02-08 21:16:34 +00:00
parent 740972dc72
commit 18ae4e64cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72184

View File

@ -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>