diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-23 02:27:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-23 02:27:41 +0000 |
commit | 055a0c4d59ec4f84f77d3aa4c59283c42a87eda5 (patch) | |
tree | c2dc0f20a0837ccf07ea91103ef921bf62d946e8 /net-misc/openssh/files | |
parent | 2.1.2_pre1-r1 revbump. This fixes bugs #16365, #79606, #145601, #147729, #147... (diff) | |
download | historical-055a0c4d59ec4f84f77d3aa4c59283c42a87eda5.tar.gz historical-055a0c4d59ec4f84f77d3aa4c59283c42a87eda5.tar.bz2 historical-055a0c4d59ec4f84f77d3aa4c59283c42a87eda5.zip |
Fixup ldap configure code #148723 by sfp-a7x.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'net-misc/openssh/files')
-rw-r--r-- | net-misc/openssh/files/openssh-4.3_p2-ldap-updates.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-4.3_p2-ldap-updates.patch b/net-misc/openssh/files/openssh-4.3_p2-ldap-updates.patch new file mode 100644 index 000000000000..197d45de2671 --- /dev/null +++ b/net-misc/openssh/files/openssh-4.3_p2-ldap-updates.patch @@ -0,0 +1,11 @@ +--- configure.ac ++++ configure.ac +@@ -1209,7 +1209,7 @@ + LDFLAGS="$LDFLAGS -L${withval}/lib" + fi + +- AC_DEFINE(WITH_LDAP_PUBKEY) ++ AC_DEFINE(WITH_LDAP_PUBKEY, 1, [Enable ldap pubkey support]) + LIBS="-lldap $LIBS" + LDAP_MSG="yes" + |