Bug 27369 - LDAP support not enabled in autofs-3.1.7-r5
Bug#: 27369 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: bug-wranglers@gentoo.org Reported By: robert@rw-it.net
Component: Ebuilds
URL: 
Summary: LDAP support not enabled in autofs-3.1.7-r5
Keywords:  
Status Whiteboard: 
Opened: 2003-08-26 10:55 0000
Description:   Opened: 2003-08-26 10:55 0000
the patch that is applied to configure.in (files/ldap_config.patch) fixes the
problem, but the ebuild doesn't run autoconf to make it work (and configure
doesn't seem to detect the change, at least not on my system).

FIX: insert 
cd ${S}; autoconf
after the patch command in src_unpack

------- Comment #1 From Martin Holzer (RETIRED) 2003-09-21 12:03:11 0000 -------
please provide a patch or ebuild

------- Comment #2 From Robert Wruck 2003-09-22 15:34:20 0000 -------
Here you go:

--- autofs-3.1.7-r5.ebuild.orig	2003-05-25 17:22:19.000000000 +0200
+++ autofs-3.1.7-r5.ebuild	2003-08-27 21:30:12.000000000 +0200
@@ -22,6 +22,9 @@
 	
 	cd ${S}/include
 	patch -p0 < ${FILESDIR}/automount.diff || die
+	
+	cd ${S}
+	autoconf
 
 	cd ${S}/daemon
 	mv Makefile Makefile.orig

------- Comment #3 From Martin Holzer (RETIRED) 2003-09-24 10:16:52 0000 -------
added in autofs-3.1.7-r6