main/gcc: g++ should depend on libc headers

fixes #1577
This commit is contained in:
Natanael Copa 2013-01-22 09:11:31 +00:00
parent 2f2eb9fd8f
commit 7c4d46a2ca

View File

@ -7,7 +7,7 @@ _specs_gcc_ver=4.4.3
_uclibc_abiver=0.9.32
pkgrel=3
pkgrel=4
pkgdesc="The GNU Compiler Collection"
url="http://gcc.gnu.org"
arch="all"
@ -251,7 +251,7 @@ libcxx() {
gpp() {
pkgdesc="GNU C++ standard library and compiler"
depends="libstdc++"
depends="libstdc++ libc-dev"
local libexec=usr/libexec/gcc/${CHOST:-$_chost}/$pkgver
mkdir -p "$subpkgdir/$libexec" \
"$subpkgdir"/usr/bin \