Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 10:40:46 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/gq Makefile
Message-ID:  <200412061040.iB6Aek4r069688@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2004-12-06 10:40:46 UTC

  FreeBSD ports repository

  Modified files:
    net/gq               Makefile 
  Log:
  GQ changed the configure option to specify the LDAP base directory
  from --with-ldap to --with-ldap-prefix quite some time ago.
  
  Incidentally, it still used to work with the wrong option most of the
  time, as configure silently ignores unknown --with options (this is a
  feature), and as the configure script often included the correct -I
  and -L options to find OpenLDAP as a side-effect of other stuff
  installed in the same location.  However, I've seen it fail as well,
  and using the correct option is the canonical way out.
  
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.25      +1 -1      ports/net/gq/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412061040.iB6Aek4r069688>