From b502f8bfb37c4be98b85eaf11979b437a96305bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 15 Sep 2013 13:49:43 +0000 Subject: [PATCH] Set the correct prefix and exec-prefix. Approved by: re (blanket) --- contrib/unbound/freebsd-configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/unbound/freebsd-configure.sh b/contrib/unbound/freebsd-configure.sh index 0f4fbc9126ab..8d640404f057 100755 --- a/contrib/unbound/freebsd-configure.sh +++ b/contrib/unbound/freebsd-configure.sh @@ -22,6 +22,7 @@ ldnsobj=$(realpath $(make -C$ldnsbld -V.OBJDIR)) export LDFLAGS="-L$ldnsobj" ./configure \ + --prefix= --exec-prefix=/usr \ --with-conf-file=/etc/unbound/unbound.conf \ --with-run-dir=/var/unbound \ --with-username=unbound