svn commit: r428208 - head/dns/bind910

Mathieu Arnold mat at FreeBSD.org
Fri Dec 9 14:37:45 UTC 2016


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)


More information about the svn-ports-all mailing list