wok-next diff gcc/receipt @ rev 2309

gcc: spin off libgomp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 25 12:21:35 2009 +0000 (2009-02-25)
parents 8b87975620b2
children 1a75c11a137f
line diff
     1.1 --- a/gcc/receipt	Sun May 04 03:33:30 2008 +0200
     1.2 +++ b/gcc/receipt	Wed Feb 25 12:21:35 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The the GNU Compiler Collection."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="libgomp"
     1.9  BUILD_DEPENDS="glibc-dev gawk flex"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://gcc.gnu.org/"
    1.12 @@ -37,6 +37,7 @@
    1.13      cp -a $_pkg/usr/lib $fs/usr
    1.14      rm $fs/usr/lib/libgcc_s.so*
    1.15      rm $fs/usr/lib/libstdc++.so*
    1.16 +    rm $fs/usr/lib/libgomp.so*
    1.17      # Include files.
    1.18      cp -a $_pkg/usr/include $fs/usr
    1.19  }