binutils: added missing builddeps for chroot.
This commit is contained in:
parent
40f6852c62
commit
4690ac6e65
|
@ -27,6 +27,11 @@ subpackages="$pkgname-devel"
|
|||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build gettext
|
||||
Add_dependency build texinfo
|
||||
fi
|
||||
|
||||
pre_install()
|
||||
{
|
||||
if [ "$xbps_machine" = "x86_64" ]; then
|
||||
|
|
Loading…
Reference in New Issue