X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=openssh-pam_misc.patch;h=c05a1b64b0dfc59e143dfd354e531a42c77553f1;hb=a68349cc79b3f3064627cc8cafc7ad9bfcdbee96;hp=ec834c042073d3ed2906805db5fe0e1595eec7da;hpb=4130fc5372bbeac2e30aee4369a1fc0dc1b94705;p=packages%2Fopenssh.git diff --git a/openssh-pam_misc.patch b/openssh-pam_misc.patch index ec834c0..c05a1b6 100644 --- a/openssh-pam_misc.patch +++ b/openssh-pam_misc.patch @@ -1,14 +1,12 @@ ---- openssh-3.4p1/configure.ac~ Mon Jul 29 14:19:17 2002 -+++ openssh-3.4p1/configure.ac Mon Jul 29 14:23:32 2002 -@@ -675,9 +675,9 @@ +--- openssh-5.9p1/configure.ac~ 2011-09-06 19:02:28.000000000 +0200 ++++ openssh-5.9p1/configure.ac 2011-09-06 19:03:14.340571364 +0200 +@@ -2419,7 +2419,7 @@ - AC_DEFINE(USE_PAM) - if test $ac_cv_lib_dl_dlopen = yes; then -- LIBPAM="-lpam -ldl" -+ LIBPAM="-lpam -lpam_misc -ldl" - else -- LIBPAM="-lpam" -+ LIBPAM="-lpam -lpam_misc" - fi - AC_SUBST(LIBPAM) - fi + PAM_MSG="yes" + +- SSHDLIBS="$SSHDLIBS -lpam" ++ SSHDLIBS="$SSHDLIBS -lpam -lpam_misc" + AC_DEFINE([USE_PAM], [1], + [Define if you want to enable PAM support]) + +