mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Use @abs_top_builddir@ to define BIND 9 top build directory in conf.sh
This commit is contained in:
@@ -15,10 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Find the top of the BIND9 tree.
|
# Find the top of the BIND9 tree.
|
||||||
TOP=${SYSTEMTESTTOP:=.}/../../..
|
TOP=@abs_top_builddir@
|
||||||
|
|
||||||
# Make it absolute so that it continues to work after we cd.
|
|
||||||
TOP=`cd $TOP && pwd`
|
|
||||||
|
|
||||||
# Default algorithm for testing
|
# Default algorithm for testing
|
||||||
DEFAULT_ALGORITHM=ECDSAP256SHA256
|
DEFAULT_ALGORITHM=ECDSAP256SHA256
|
||||||
|
Reference in New Issue
Block a user