CVS: moonbase/kde3/kdelibs3 BUILD,1.3,1.4 DETAILS,1.9,1.10
jol at lunar-linux.org
jol at lunar-linux.org
Fri Sep 5 23:19:10 GMT 2003
Update of /var/cvs/lunar/moonbase/kde3/kdelibs3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12959
Modified Files:
BUILD DETAILS
Log Message:
Fixed problem with ccache
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdelibs3/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 1 Sep 2002 22:36:07 -0000 1.3
+++ BUILD 5 Sep 2003 23:19:08 -0000 1.4
@@ -2,6 +2,11 @@
export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
export KDEDIR=/opt/lunar/kde/3
+ ## fix problem with ccache
+ CC=${CC//ccache/} &&
+ CXX=${CXX//ccache/} &&
+ export CC CXX &&
+
./configure --prefix=/opt/lunar/kde/3 \
--enable-final \
--disable-debug \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdelibs3/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS 30 Aug 2003 13:18:33 -0000 1.9
+++ DETAILS 5 Sep 2003 23:19:08 -0000 1.10
@@ -5,7 +5,7 @@
SOURCE_URL[0]=$KDE_URL/stable/3.1.3/src/$SOURCE
WEB_SITE=http://www.kde.org/
ENTERED=20020523
- UPDATED=20030829
+ UPDATED=20030906
SHORT="kdelibs contain the base libraries upon which KDE is written."
cat << EOF
More information about the Lunar-commits
mailing list