RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson Root: /v/rpm/cvs Email: j...@rpm5.org Module: rpm Date: 03-Apr-2010 17:53:10 Branch: HEAD Handle: 2010040315531000 Modified files: rpm/db3 configure Log: - rpmdb: hot-wire the dbsql options for now, AutoFu retrofit todo++ as needed. - rpmdb: remove --with-uniquename=_rpmdb, the sqlite3 layer can't handle. Summary: Revision Changes Path 1.39 +3 -1 rpm/db3/configure ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/db3/configure ============================================================================ $ cvs diff -u -r1.38 -r1.39 configure --- rpm/db3/configure 21 Mar 2010 00:33:16 -0000 1.38 +++ rpm/db3/configure 3 Apr 2010 15:53:10 -0000 1.39 @@ -43,7 +43,9 @@ # XXX Berkeley DB fails to find a locking scheme if CC=g++ CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure "$@" \ --enable-shared --enable-static \ - --with-uniquename=_rpmdb --srcdir=$db_dist || exit 1 + --with-crytography=yes \ + --enable-sql --enable-amalgamation --enable-sql_codegen \ + --srcdir=$db_dist || exit 1 mv Makefile Makefile.orig cat Makefile.orig | sed -e '/^install[:-]/c\ @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository rpm-cvs@rpm5.org