]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- updated to openssh-4.4p1 auto/th/openssh-4_3p2-7
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 28 Sep 2006 19:48:59 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-pam_misc.patch -> 1.2

openssh-pam_misc.patch

index ec834c042073d3ed2906805db5fe0e1595eec7da..638c3b15a448f1b04cd6bd26c006e3c5475e9e25 100644 (file)
@@ -1,14 +1,11 @@
---- 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-4.4p1/configure.ac~        2006-09-28 17:40:25.601119384 +0300
++++ openssh-4.4p1/configure.ac 2006-09-28 17:41:49.162994417 +0300
+@@ -2010,7 +2010,7 @@
+                       PAM_MSG="yes"
+-                      LIBPAM="-lpam"
++                      LIBPAM="-lpam -lpam_misc"
+                       AC_DEFINE(USE_PAM, 1,
+                               [Define if you want to enable PAM support])
  
-                       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
This page took 0.074742 seconds and 4 git commands to generate.