RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Wed 25 Jul 2007 - 19:09:44 CEST
Message-Id: <20070725170944.25FB13484F5@rpm5.org>
  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:   25-Jul-2007 19:09:44
  Branch: HEAD                             Handle: 2007072518094300

  Modified files:
    rpm                     configure.ac

  Log:
    temporarily reorder as the first argument _HAS_ to match the internal
    copy (for which one cannot test during configure-time, so one has to
    know the version in advance). Once Jeff upgraded db/ to 4.6 the
    'db-4.5 db-4.6' can be reduced to just 'db-4.6', of course

  Summary:
    Revision    Changes     Path
    2.222       +1  -1      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.221 -r2.222 configure.ac
  --- rpm/configure.ac	25 Jul 2007 16:46:15 -0000	2.221
  +++ rpm/configure.ac	25 Jul 2007 17:09:43 -0000	2.222
  @@ -866,7 +866,7 @@
   DBLIBSRCS=""
   RPM_CHECK_LIB(
       [Berkeley-DB], [db],
  -    [db-4.6 db-4.5 db], [db_create], [db.h],
  +    [db-4.5 db-4.6 db], [db_create], [db.h],
       [yes,internal:external], [db3],
       [ DBLIBSRCS="$DBLIBSRCS db3.c"
         AM_CONDITIONAL(WITH_DB, [ true ])
  @@ .
Received on Wed Jul 25 19:09:44 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.