mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
bind_utils, build fix (#8513)
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="508c94e8c9884f6075fa820a51efae04a1758dbdd157b01695ea6cd07049c221"
|
||||
SOURCE_DIR="bind-$portVersion"
|
||||
@@ -47,14 +47,16 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:makeinfo
|
||||
cmd:pkg_config
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:find
|
||||
cmd:xargs
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --without-python
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--without-python
|
||||
|
||||
make -C lib/dns $jobArgs
|
||||
make -C lib/isc $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user