svn commit: r255594 - head/contrib/unbound
Dag-Erling Smørgrav
des at FreeBSD.org
Sun Sep 15 13:49:44 UTC 2013
Author: des
Date: Sun Sep 15 13:49:43 2013
New Revision: 255594
URL: http://svnweb.freebsd.org/changeset/base/255594
Log:
Set the correct prefix and exec-prefix.
Approved by: re (blanket)
Modified:
head/contrib/unbound/freebsd-configure.sh
Modified: head/contrib/unbound/freebsd-configure.sh
==============================================================================
--- head/contrib/unbound/freebsd-configure.sh Sun Sep 15 13:49:23 2013 (r255593)
+++ head/contrib/unbound/freebsd-configure.sh Sun Sep 15 13:49:43 2013 (r255594)
@@ -22,6 +22,7 @@ ldnsobj=$(realpath $(make -C$ldnsbld -V.
export LDFLAGS="-L$ldnsobj"
./configure \
+ --prefix= --exec-prefix=/usr \
--with-conf-file=/etc/unbound/unbound.conf \
--with-run-dir=/var/unbound \
--with-username=unbound
More information about the svn-src-head
mailing list