RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 27-Jun-2007 23:18:48
Branch: HEAD Handle: 2007062722184800
Modified files:
rpm/db3 configure
Log:
do not duplicate the CC on the command line and add a cruel hack to
support ccache(1)
Summary:
Revision Changes Path
1.32 +2 -0 rpm/db3/configure
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/db3/configure
============================================================================
$ cvs diff -u -r1.31 -r1.32 configure
--- rpm/db3/configure 27 Jun 2007 18:05:12 -0000 1.31
+++ rpm/db3/configure 27 Jun 2007 21:18:48 -0000 1.32
@@ -9,6 +9,8 @@
ARGS="`echo $* |\
sed -e 's% [^ ]*CFLAGS=[^ ]*%%' \
+ -e 's% [^ ]*CC=[^ ]*ccache [^ ]*%%' \
+ -e 's% [^ ]*CC=[^ ]*%%' \
-e 's% -[^-][^ ]*%%g' \
-e 's% --param=[^ ]*%%g' \
-e 's%--cache-file=.*$%%' \
@@ .
Received on Wed Jun 27 23:18:48 2007