Browse Source

updated gccx (3.4-snapshot)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1677 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
e0cbdb73db
3 changed files with 10 additions and 9 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      package/base/gccx/gccx.desc
  3. +7
    -7
      package/base/gccx/install_so.patch

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -2,6 +2,7 @@
*) 2003-11-02 (2.0.0-rc2 - 2.0.0-rc3)
- updated regexxer (0.5) and abiword (2.0.1)
- updated gccx (3.4-snapshot)
*) 2003-11-01 (2.0.0-rc2 - 2.0.0-rc3)

+ 2
- 2
package/base/gccx/gccx.desc

@ -46,8 +46,8 @@
[L] GPL
[S] Stable
[V] 3.3-20030508
[V] 3.4-20031029
[P] O 012--5---9 119.000
[D] 3565348526 gcc-3.3-20030508.tar.bz2 ftp://gcc.gnu.org/pub/gcc/snapshots/
[D] 476176711 gcc-3.4-20031029.tar.bz2 ftp://gcc.gnu.org/pub/gcc/snapshots/3.4-20031029/

+ 7
- 7
package/base/gccx/install_so.patch

@ -20,20 +20,20 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./install-sh.orig Sat Mar 23 08:04:55 2002
+++ ./install-sh Sat Mar 23 08:10:11 2002
@@ -242,8 +242,12 @@
--- ./install-sh.orig 2003-07-20 11:40:28.000000000 +0200
+++ ./install-sh 2003-11-02 17:04:13.000000000 +0100
@@ -283,7 +283,13 @@
# Now rename the file to the real destination.
- $doit $rmcmd -f $dstdir/$dstfile &&
- $doit $mvcmd $dsttmp $dstdir/$dstfile
- $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
+ if echo $dstdir/$dstfile | grep -q 'lib/.*\.so' ; then
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
+ else
+ $doit $rmcmd -f $dstdir/$dstfile &&
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
+ fi
+
fi &&

Loading…
Cancel
Save