From b6a87d3fe39e5005466e64a008dccea2d5259b58 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 13 Aug 2009 07:27:44 +0000 Subject: main/gcc: add libgcc and stdlibc++ to depends They are obviously not linked in, but they are still needed --- main/gcc/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/gcc') diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index fff88ea06b..8c432b0ad8 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -3,11 +3,11 @@ pkgname=gcc pkgver=4.4.1 _specsver=0.1.4 _espfver=0.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" license="GPL LGPL" -depends="binutils" +depends="binutils libgcc" makedepends="bison flex gmp-dev mpfr-dev texinfo" subpackages="$pkgname-doc libstdc++:libcxx g++:gpp libgcc libgomp" source="ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-core-$pkgver.tar.bz2 @@ -89,7 +89,7 @@ libcxx() { gpp() { pkgdesc="GNU C++ standard library and compiler" - depends= + depends="libstdc++" local libexec=usr/libexec/gcc/${CHOST:-i486-alpine-linux-uclibc}/$pkgver mkdir -p "$subpkgdir/$libexec" \ "$subpkgdir"/usr/bin \ -- cgit v1.2.3