Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 23:23:26 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305853 - head/net/netatalk3
Message-ID:  <201210132323.q9DNNQ63030169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sat Oct 13 23:23:26 2012
New Revision: 305853
URL: http://svn.freebsd.org/changeset/ports/305853

Log:
  Fix the build when LDAP support is enabled.
  
  PR:		172641
  Submitted by:	Thomas Johnson <NTmatter@gmail.com>
  Feature safe:	yes

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Sat Oct 13 23:20:57 2012	(r305852)
+++ head/net/netatalk3/Makefile	Sat Oct 13 23:23:26 2012	(r305853)
@@ -83,7 +83,7 @@ SUB_LIST+=		ZEROCONF=""
 .endif
 
 .if defined (WITH_LDAP)
-CONFIGURE_ARGS+=	--with-ldap
+CONFIGURE_ARGS+=	--with-ldap=${LOCALBASE}
 CFLAGS+=		-I${LOCALBASE}/include -L${LOCALBASE}/lib
 USE_OPENLDAP=		yes
 .else



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