elfutils: host build depends on m4:host

This commit is contained in:
Rudi Heitbaum 2022-09-12 12:37:26 +00:00
parent ad73c9933e
commit 36007e89f2

View File

@ -8,7 +8,7 @@ PKG_SHA256="fb8b0e8d0802005b9a309c60c1d8de32dd2951b56f0c3a3cb56d21ce01595dff"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://sourceware.org/elfutils/" PKG_SITE="https://sourceware.org/elfutils/"
PKG_URL="https://sourceware.org/elfutils/ftp/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2" PKG_URL="https://sourceware.org/elfutils/ftp/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_HOST="make:host zlib:host" PKG_DEPENDS_HOST="m4:host make:host zlib:host"
PKG_DEPENDS_TARGET="toolchain zlib elfutils:host" PKG_DEPENDS_TARGET="toolchain zlib elfutils:host"
PKG_LONGDESC="A collection of utilities to handle ELF objects." PKG_LONGDESC="A collection of utilities to handle ELF objects."
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"