Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 09:56:11 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255839 - head/contrib/unbound
Message-ID:  <201309240956.r8O9uBg0083056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Tue Sep 24 09:56:10 2013
New Revision: 255839
URL: http://svnweb.freebsd.org/changeset/base/255839

Log:
  Regenerate the configure script before running it.
  Set the default config file to /var/unbound/unbound.conf.
  
  Approved by:	re (blanket)

Modified:
  head/contrib/unbound/freebsd-configure.sh

Modified: head/contrib/unbound/freebsd-configure.sh
==============================================================================
--- head/contrib/unbound/freebsd-configure.sh	Tue Sep 24 09:54:07 2013	(r255838)
+++ head/contrib/unbound/freebsd-configure.sh	Tue Sep 24 09:56:10 2013	(r255839)
@@ -24,9 +24,11 @@ ldnsobj=$(realpath $(make -C$ldnsbld -V.
 [ -f $ldnsobj/libldns.a ] || error "can't find LDNS object directory"
 export LDFLAGS="-L$ldnsobj"
 
+autoconf
+autoheader
 ./configure \
 	--prefix= --exec-prefix=/usr \
-	--with-conf-file=/etc/unbound/unbound.conf \
+	--with-conf-file=/var/unbound/unbound.conf \
 	--with-run-dir=/var/unbound \
 	--with-username=unbound
 



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