diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/gcc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index eb4f46d8d4..84f7c8d712 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 \ |