- exec_prefix is by default equal to prefix.

git-svn-id: file:///svn/unbound/trunk@4192 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-05-26 10:47:18 +00:00
parent 6538b82928
commit 3304a4f622
3 changed files with 3 additions and 2 deletions

2
configure vendored
View file

@ -4116,7 +4116,7 @@ case "$prefix" in
esac
case "$exec_prefix" in
NONE)
exec_prefix="/usr/local"
exec_prefix="$prefix"
;;
esac

View file

@ -111,7 +111,7 @@ case "$prefix" in
esac
case "$exec_prefix" in
NONE)
exec_prefix="/usr/local"
exec_prefix="$prefix"
;;
esac

View file

@ -1,6 +1,7 @@
26 May 2017: Wouter
- Fix #1270: unitauth.c doesn't compile with higher warning level
and optimization
- exec_prefix is by default equal to prefix.
24 May 2017: Wouter
- authzone cname chain, no rrset duplicates, wildcard doesn't change