mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
binutils: added missing builddeps for chroot.
This commit is contained in:
parent
40f6852c62
commit
4690ac6e65
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ subpackages="$pkgname-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
|
|
||||||
|
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||||
|
Add_dependency build gettext
|
||||||
|
Add_dependency build texinfo
|
||||||
|
fi
|
||||||
|
|
||||||
pre_install()
|
pre_install()
|
||||||
{
|
{
|
||||||
if [ "$xbps_machine" = "x86_64" ]; then
|
if [ "$xbps_machine" = "x86_64" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue