summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-07-18 02:46:08 +0000
committerNick Hadaway <raker@gentoo.org>2002-07-18 02:46:08 +0000
commit6e6581388bda78cfd1f62b65a8d11e0ebf025ef8 (patch)
tree1bcd6907374e924d40cb3b8dd994484e3d0bac7e /net-fs/autofs/files/ldap.diff
parentadded mask for new build of autofs. Please test for proper OpenLDAP (diff)
downloadgentoo-2-6e6581388bda78cfd1f62b65a8d11e0ebf025ef8.tar.gz
gentoo-2-6e6581388bda78cfd1f62b65a8d11e0ebf025ef8.tar.bz2
gentoo-2-6e6581388bda78cfd1f62b65a8d11e0ebf025ef8.zip
New ebuild of autofs with OpenLDAP 2.x support. Also proper setting of
OPEN_MAX from linux/limits.h instead of a manual setting of variable as in previous ebuild. Please report your success/failure on bug report #2285
Diffstat (limited to 'net-fs/autofs/files/ldap.diff')
-rw-r--r--net-fs/autofs/files/ldap.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-fs/autofs/files/ldap.diff b/net-fs/autofs/files/ldap.diff
new file mode 100644
index 000000000000..1c3fc0f2ffa1
--- /dev/null
+++ b/net-fs/autofs/files/ldap.diff
@@ -0,0 +1,14 @@
+diff -urN autofs-3.1.7/Makefile.conf autofs-3.1.7-modified/Makefile.conf
+--- autofs-3.1.7/Makefile.conf Wed Jul 17 21:28:35 2002
++++ autofs-3.1.7-modified/Makefile.conf Wed Jul 17 21:29:05 2002
+@@ -17,8 +17,8 @@
+ HESIOD_FLAGS =
+
+ # LDAP support: yes (1) no (0)
+-LDAP = 0
+-LIBLDAP=
++LDAP = 1
++LIBLDAP= -lldap -llber
+ LDAP_FLAGS =
+
+ # NIS+ support: yes (1) no (0)