diff options
author | jbj <devnull@localhost> | 2002-03-09 19:02:59 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-03-09 19:02:59 +0000 |
commit | f0907e2f267a05348e4f0a6bbe2afde5d4a49c07 (patch) | |
tree | 43e6b5517c90f35f9ebd7c03f7e9e67e720c653b /db3 | |
parent | 14ec54e33b72fe073251479f101c1d610e7009ca (diff) | |
download | librpm-tizen-f0907e2f267a05348e4f0a6bbe2afde5d4a49c07.tar.gz librpm-tizen-f0907e2f267a05348e4f0a6bbe2afde5d4a49c07.tar.bz2 librpm-tizen-f0907e2f267a05348e4f0a6bbe2afde5d4a49c07.zip |
Strip CFLAGS passed as argument to db configure.
CVS patchset: 5349
CVS date: 2002/03/09 19:02:59
Diffstat (limited to 'db3')
-rwxr-xr-x | db3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure index 0c5b68722..6380dc662 100755 --- a/db3/configure +++ b/db3/configure @@ -10,7 +10,7 @@ rm -f config.cache #CFLAGS="-O2 -D_GNU_SOURCE -D_REENTRANT" CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure \ - `echo $* | sed -e "s% --cache-file=.*$% --enable-shared --enable-static --enable-debug --enable-rpc --with-uniquename=_rpmdb --srcdir=$db_dist%"` + `echo $* | sed -e "s%CFLAGS=.* --cache-file=.*$% --enable-shared --enable-static --enable-debug --enable-rpc --with-uniquename=_rpmdb --srcdir=$db_dist%"` # XXX hack to get db-3.3.4 to configure properly #rm -f $db_dist/../db/dist $db_dist/dist |