RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/db3/ configure

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 27 Sep 2010 - 23:29:38 CEST
Message-Id: <20100927212938.D98E3DCCB5@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   27-Sep-2010 23:29:38
  Branch: HEAD                             Handle: 2010092721293800

  Modified files:
    rpm/db3                 configure

  Log:
    - db: enable O_DIRECT (for performance tuning checks).

  Summary:
    Revision    Changes     Path
    1.40        +1  -1      rpm/db3/configure
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/db3/configure
  ============================================================================
  $ cvs diff -u -r1.39 -r1.40 configure
  --- rpm/db3/configure	3 Apr 2010 15:53:10 -0000	1.39
  +++ rpm/db3/configure	27 Sep 2010 21:29:38 -0000	1.40
  @@ -43,7 +43,7 @@
   # XXX Berkeley DB fails to find a locking scheme if CC=g++
   CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure "$@" \
   	--enable-shared --enable-static \
  -	--with-crytography=yes \
  +	--with-crytography=yes --enable-o_direct \
   	--enable-sql --enable-amalgamation --enable-sql_codegen \
   	--srcdir=$db_dist || exit 1
   
  @@ .
Received on Mon Sep 27 23:29:38 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.