<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>27369</bug_id>
          
          <creation_ts>2003-08-26 10:55 0000</creation_ts>
          <short_desc>LDAP support not enabled in autofs-3.1.7-r5</short_desc>
          <delta_ts>2003-09-24 10:16:52 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>robert@rw-it.net</reporter>
          <assigned_to>bug-wranglers@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>robert@rw-it.net</who>
            <bug_when>2003-08-26 10:55:07 0000</bug_when>
            <thetext>the patch that is applied to configure.in (files/ldap_config.patch) fixes the
problem, but the ebuild doesn&apos;t run autoconf to make it work (and configure
doesn&apos;t seem to detect the change, at least not on my system).

FIX: insert 
cd ${S}; autoconf
after the patch command in src_unpack</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mholzer@gentoo.org</who>
            <bug_when>2003-09-21 12:03:11 0000</bug_when>
            <thetext>please provide a patch or ebuild</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>robert@rw-it.net</who>
            <bug_when>2003-09-22 15:34:20 0000</bug_when>
            <thetext>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 &lt; ${FILESDIR}/automount.diff || die
+	
+	cd ${S}
+	autoconf
 
 	cd ${S}/daemon
 	mv Makefile Makefile.orig
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mholzer@gentoo.org</who>
            <bug_when>2003-09-24 10:16:52 0000</bug_when>
            <thetext>added in autofs-3.1.7-r6</thetext>
          </long_desc>
      
    </bug>

</bugzilla>