From 18ae4e64cf12095adb8f50524f10adf2ca43b68c Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Thu, 8 Feb 2001 21:16:34 +0000 Subject: [PATCH] Define HAVE_PAM_GETENVLIST for build. Now environmental variables set by PAM modules will be exported (correctly). --- secure/usr.sbin/sshd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 55b88544771..93c3ad0b0a1 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -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