From 7c4d46a2caa0f28acbf1fb255f5738f31ed93cfd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 22 Jan 2013 09:11:31 +0000 Subject: [PATCH] main/gcc: g++ should depend on libc headers fixes #1577 --- main/gcc/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index eb4f46d8d43..84f7c8d712b 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -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 \