RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Sun 24 Jun 2007 - 09:57:13 CEST
Message-Id: <20070624075713.6DA3B34849E@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:   24-Jun-2007 09:57:13
  Branch: HEAD                             Handle: 2007062408571300

  Modified files:
    rpm                     devtool.conf

  Log:
    line break Jeff's entry and add remaining
    --with-{db,lua,file}=internal to 'document' the intention

  Summary:
    Revision    Changes     Path
    2.14        +11 -1      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.13 -r2.14 devtool.conf
  --- rpm/devtool.conf	22 Jun 2007 20:22:57 -0000	2.13
  +++ rpm/devtool.conf	24 Jun 2007 07:57:13 -0000	2.14
  @@ -47,7 +47,17 @@
   %jbj
       %checkout file
       %autogen
  -    %configure --prefix=/usr --with-sqlite=external --with-beecrypt=external --with-neon=external --with-bzip2=external --with-zlib=internal --with-popt=external
  +    %configure \
  +        --prefix=/usr \
  +        --with-db=internal \
  +        --with-lua=internal \
  +        --with-zlib=internal \
  +        --with-file=internal \
  +        --with-sqlite=external \
  +        --with-beecrypt=external \
  +        --with-neon=external \
  +        --with-bzip2=external \
  +        --with-popt=external
   
   %tarball
       %checkout
  @@ .
Received on Sun Jun 24 09:57:13 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.