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