Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2016 14:37:44 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428208 - head/dns/bind910
Message-ID:  <201612091437.uB9Ebi67004077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Dec  9 14:37:44 2016
New Revision: 428208
URL: https://svnweb.freebsd.org/changeset/ports/428208

Log:
  Fix using libedit from ports.
  
  PR:		215170
  Reported by:	sunpoet
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile   (contents, props changed)

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Fri Dec  9 14:24:07 2016	(r428207)
+++ head/dns/bind910/Makefile	Fri Dec  9 14:37:44 2016	(r428208)
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+=	--localstatedir=/var --
 		--disable-symtable \
 		--with-randomdev=/dev/random \
 		--with-libxml2=${LOCALBASE} \
-		--with-readline=-ledit \
+		--with-readline="-L${LOCALBASE}/lib -ledit" \
 		--with-dlopen=yes \
 		--sysconfdir=${ETCDIR}
 .if defined(BIND_TOOLS_SLAVE)



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