diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-29 23:56:56 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-29 23:59:19 -0800 |
commit | 6f3c454e909d678fec3825909d18a9889f03bc36 (patch) | |
tree | 911fceb45f6ac3c9255fc7cb8cd09f684aa2e210 /recipes/gcc/gcc-svn/debian/libjava-soname.dpatch | |
parent | b657b3004d7419c59322bf46edf7a869d5109d40 (diff) |
gcc-svn: Move SRCREV to recipe.
* Delete the unused patches
* Add --with-system-zlib to configure options.
* Add patches needed for uclibc build.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-svn/debian/libjava-soname.dpatch')
-rw-r--r-- | recipes/gcc/gcc-svn/debian/libjava-soname.dpatch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes/gcc/gcc-svn/debian/libjava-soname.dpatch b/recipes/gcc/gcc-svn/debian/libjava-soname.dpatch deleted file mode 100644 index ccac8a40db..0000000000 --- a/recipes/gcc/gcc-svn/debian/libjava-soname.dpatch +++ /dev/null @@ -1,34 +0,0 @@ -#! /bin/sh -e - -# DP: Bump the libgcj soversion. - -dir= -if [ $# -eq 3 -a "$2" = '-d' ]; then - pdir="-d $3" - dir="$3/" -elif [ $# -ne 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) - patch $pdir -f --no-backup-if-mismatch -p0 < $0 - ;; - -unpatch) - patch $pdir -f --no-backup-if-mismatch -R -p0 < $0 - ;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac -exit 0 - - ---- libjava/libtool-version~ 2006-01-18 22:52:29.000000000 +0100 -+++ libjava/libtool-version 2006-04-03 23:32:44.934656864 +0200 -@@ -3,4 +3,4 @@ - # a separate file so that version updates don't involve re-running - # automake. - # CURRENT:REVISION:AGE --9:0:0 -+90:0:0 |