bind_utils: fix resolv.conf location (#8893)

This commit is contained in:
augiedoggie
2023-06-27 21:47:16 -06:00
committed by GitHub
parent c502ba6b4c
commit a801a1de4c

View File

@@ -3,7 +3,7 @@ DESCRIPTION="bind_utils is a collection of DNS troubleshooting applications"
HOMEPAGE="https://isc.org"
COPYRIGHT="Internet Systems Consortium, Inc. ('ISC')"
LICENSE="MPL v2.0"
REVISION="1"
REVISION="2"
SOURCE_URI="ftp://ftp.isc.org/isc/bind9/$portVersion/bind-$portVersion.tar.xz"
CHECKSUM_SHA256="cf8ee5093a844a92dce0ebc405fd02c0a918731e3088b0dd7528ea99a4e40ebd"
SOURCE_DIR="bind-$portVersion"
@@ -54,6 +54,7 @@ BUILD_PREREQUIRES="
BUILD()
{
CFLAGS='-DRESOLV_CONF="\"/boot/system/settings/network/resolv.conf\""' \
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \
--without-python