base-chroot-musl: depend on gcc-4.7 to have a working build environment.
This commit is contained in:
parent
f8a08445ce
commit
3d33bbf080
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-chroot-musl'
|
# Template file for 'base-chroot-musl'
|
||||||
pkgname=base-chroot-musl
|
pkgname=base-chroot-musl
|
||||||
version=0.10
|
version=0.11
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
@ -14,8 +14,8 @@ provides="base-chroot-${version}_${revision}"
|
||||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc>=4.9.1_8
|
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc-4.7
|
||||||
gcc-c++>=4.9.1_8 patch chroot-bash chroot-grep chroot-coreutils
|
gcc-c++-4.7 patch chroot-bash chroot-grep chroot-coreutils
|
||||||
chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils
|
chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils
|
||||||
make gzip file tar chroot-util-linux chroot-distcc
|
make gzip file tar chroot-util-linux chroot-distcc
|
||||||
chroot-git>=2.0 ccache xbps>=0.41 xz which"
|
chroot-git>=2.0 ccache xbps>=0.41 xz which"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue