cross/binutils-*: fix building after 2.34 upgrade (!1114)
It seems "makeinfo" from "texinfo" package is required during the build now, so simply add this to makedepends line on all APKBUILDs. [ci:skip-vercheck]
This commit is contained in:
parent
9aa2d5ae8f
commit
d5b80f2496
|
@ -9,7 +9,7 @@ pkgdesc="Tools necessary to build programs for aarch64 targets"
|
|||
url="https://www.gnu.org/software/binutils/"
|
||||
makedepends_build=""
|
||||
makedepends_host=""
|
||||
makedepends="gettext libtool autoconf automake bison"
|
||||
makedepends="gettext libtool autoconf automake bison texinfo"
|
||||
arch="armhf armv7 x86_64 x86"
|
||||
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
|
||||
subpackages=""
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgdesc="Tools necessary to build programs for armhf targets"
|
|||
url="https://www.gnu.org/software/binutils/"
|
||||
makedepends_build=""
|
||||
makedepends_host=""
|
||||
makedepends="gettext libtool autoconf automake bison"
|
||||
makedepends="gettext libtool autoconf automake bison texinfo"
|
||||
arch="armv7 aarch64 x86_64 x86"
|
||||
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
|
||||
subpackages=""
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgdesc="Tools necessary to build programs for armv7 targets"
|
|||
url="https://www.gnu.org/software/binutils/"
|
||||
makedepends_build=""
|
||||
makedepends_host=""
|
||||
makedepends="gettext libtool autoconf automake bison"
|
||||
makedepends="gettext libtool autoconf automake bison texinfo"
|
||||
arch="armhf aarch64 x86_64 x86"
|
||||
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
|
||||
subpackages=""
|
||||
|
|
Loading…
Reference in New Issue
Block a user