mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/gcc: make sure libiconv-dev is not installed when building gcc
it messes things up badly
This commit is contained in:
parent
1176b1a7f5
commit
d764f09b2e
@ -15,7 +15,7 @@ license="GPL LGPL"
|
||||
_gccrel=$pkgver-r$pkgrel
|
||||
depends="binutils libgomp=$_gccrel"
|
||||
makedepends="bison flex gmp-dev mpfr-dev texinfo mpc1-dev gawk zlib-dev zip
|
||||
cloog-dev"
|
||||
cloog-dev !libiconv-dev"
|
||||
subpackages="$pkgname-doc libgcc libgomp libstdc++:libcxx g++:gpp"
|
||||
replaces="libstdc++"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user