From 550de2dad0cb596e70978f8f0be3690229571699 Mon Sep 17 00:00:00 2001 From: nectar Date: Thu, 8 Feb 2001 21:16:34 +0000 Subject: 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(-) (limited to 'secure/usr.sbin') diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 55b8854..93c3ad0 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 -- cgit v1.1