Date: Sun, 15 Sep 2013 13:49:44 +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: r255594 - head/contrib/unbound Message-ID: <201309151349.r8FDniTK018389@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309151349.r8FDniTK018389>