]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- link sshd with libpam_misc
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jul 2002 13:25:11 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-pam_misc.patch -> 1.1

openssh-pam_misc.patch [new file with mode: 0644]

diff --git a/openssh-pam_misc.patch b/openssh-pam_misc.patch
new file mode 100644 (file)
index 0000000..ec834c0
--- /dev/null
@@ -0,0 +1,14 @@
+--- 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 @@
+                       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.279678 seconds and 4 git commands to generate.