gmp: add missing builddeps for chroot rebuild.
This commit is contained in:
parent
fa1c9ab96f
commit
2b4854a100
1 changed files with 6 additions and 1 deletions
|
@ -30,10 +30,15 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
subpackages="gmp-devel"
|
||||
Add_dependency build m4
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency build m4
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build gettext
|
||||
Add_dependency build texinfo
|
||||
fi
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue