mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- 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:
parent
6538b82928
commit
3304a4f622
3 changed files with 3 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -4116,7 +4116,7 @@ case "$prefix" in
|
|||
esac
|
||||
case "$exec_prefix" in
|
||||
NONE)
|
||||
exec_prefix="/usr/local"
|
||||
exec_prefix="$prefix"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ case "$prefix" in
|
|||
esac
|
||||
case "$exec_prefix" in
|
||||
NONE)
|
||||
exec_prefix="/usr/local"
|
||||
exec_prefix="$prefix"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue