[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ccc_6.2.0-9 works with gcc 2.95.2



The new version of ccc (ccc-6.2.0-9) works with
gcc 2.95.2 of Debian potato release.

The following is a patch which I used
after extracting files from ccc-6.2.0-9.alpha.rpm by
"alien -g -c -k ccc-6.2.0-9.alpha.rpm" and before
making a deb package by "debian/rules binary".


============ 
diff -u --new-file --recursive ccc-6.2.0.ORIG/debian/prerm ccc-6.2.0/debian/prerm
--- ccc-6.2.0.ORIG/debian/prerm	Thu Jan  1 09:00:00 1970
+++ ccc-6.2.0/debian/prerm	Wed Oct 27 10:37:06 1999
@@ -0,0 +1,2 @@
+#! /bin/sh
+rm -f /usr/lib/compaq/ccc-6.2/alpha-linux/bin/*.bak
diff -u --new-file --recursive ccc-6.2.0.ORIG/usr/lib/compaq/ccc-6.2/alpha-linux/bin/create-comp-config.sh ccc-6.2.0/usr/lib/compaq/ccc-6.2/alpha-linux/bin/create-comp-config.sh
--- ccc-6.2.0.ORIG/usr/lib/compaq/ccc-6.2/alpha-linux/bin/create-comp-config.sh	Thu Oct 21 03:23:58 1999
+++ ccc-6.2.0/usr/lib/compaq/ccc-6.2/alpha-linux/bin/create-comp-config.sh	Wed Oct 27 10:09:48 1999
@@ -126,7 +126,7 @@
 
 # Latest is the highest-numbered egcs version string (assuming only
 # one distribution-tree directory containing egcs is on the system).
-Latest=`(ls -dr ${EGCS_ROOT}/egcs-*/. | head -1) 2> /dev/null`
+Latest=`(ls -dr ${EGCS_ROOT}/egcs-*/. ${EGCS_ROOT}/2.9*/. ${EGCS_ROOT}/3*/. | head -1) 2> /dev/null`
 
 if [ "$1" != "" ]
 then


Reply to: