gcc: depend explicitly on libgcc (close #915)
This commit is contained in:
parent
8efe2d8327
commit
1e03fe2d77
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=gcc
|
||||
_majorver=4.9
|
||||
version=${_majorver}.2
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="The GNU C Compiler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gcc.gnu.org"
|
||||
|
@ -17,7 +17,7 @@ if [ "$CHROOT_READY" ]; then
|
|||
hostmakedepends="perl flex"
|
||||
fi
|
||||
makedepends="zlib-devel libmpc-devel>=1.0.1_2 cloog-devel>=0.18"
|
||||
depends="binutils glibc-devel"
|
||||
depends="binutils glibc-devel libgcc-${version}_${revision}"
|
||||
# mudflap is gone in 4.9
|
||||
replaces="libmudflap>=0 libmudflap-devel>=0 chroot-gcc>=0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue