rpms/rpm/devel rpm-4.4.2-db3-param.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 26 21:35:22 UTC 2005


Author: pnasrat

Update of /cvs/dist/rpms/rpm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9510

Added Files:
	rpm-4.4.2-db3-param.patch 
Log Message:
Fix builds with --param in CFLAGS


rpm-4.4.2-db3-param.patch:
 configure |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE rpm-4.4.2-db3-param.patch ---
--- rpm-4.4.2/db3/configure.param	2003-12-27 11:02:18.000000000 -0500
+++ rpm-4.4.2/db3/configure	2005-08-26 10:08:48.000000000 -0400
@@ -8,7 +8,7 @@
 rm -f config.cache
 
 # XXX edit CFLAGS= ... out of invocation args ???
-ARGS="`echo $* | sed -e 's% [^ ]*CFLAGS=[^ ]*%%' -e 's% -[^-][^ ]*%%g' -e 's%--cache-file=.*$%%'`"
+ARGS="`echo $* | sed -e 's% [^ ]*CFLAGS=[^ ]*%%' -e 's% -[^-][^ ]*%%g' -e 's% --param=[^ ]*%%g' -e 's%--cache-file=.*$%%'`"
 
 CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure $ARGS \
 	--enable-shared --enable-static --enable-rpc \




More information about the fedora-cvs-commits mailing list