]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-pam_misc.patch
- enhanced openssh-chroot.patch with UseChroot configuration option
[packages/openssh.git] / openssh-pam_misc.patch
CommitLineData
4130fc53
JR
1--- openssh-3.4p1/configure.ac~ Mon Jul 29 14:19:17 2002
2+++ openssh-3.4p1/configure.ac Mon Jul 29 14:23:32 2002
3@@ -675,9 +675,9 @@
4
5 AC_DEFINE(USE_PAM)
6 if test $ac_cv_lib_dl_dlopen = yes; then
7- LIBPAM="-lpam -ldl"
8+ LIBPAM="-lpam -lpam_misc -ldl"
9 else
10- LIBPAM="-lpam"
11+ LIBPAM="-lpam -lpam_misc"
12 fi
13 AC_SUBST(LIBPAM)
14 fi
This page took 0.034605 seconds and 4 git commands to generate.