Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27369 - LDAP support not enabled in autofs-3.1.7-r5
Summary: LDAP support not enabled in autofs-3.1.7-r5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-26 10:55 UTC by Robert Wruck
Modified: 2003-09-24 10:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Wruck 2003-08-26 10:55:07 UTC
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 Martin Holzer (RETIRED) gentoo-dev 2003-09-21 12:03:11 UTC
please provide a patch or ebuild
Comment 2 Robert Wruck 2003-09-22 15:34:20 UTC
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 Martin Holzer (RETIRED) gentoo-dev 2003-09-24 10:16:52 UTC
added in autofs-3.1.7-r6