mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
bind_utils: fix resolv.conf location (#8893)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user