RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_1: rpm/ devtool.conf

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 19 Aug 2008 - 17:40:41 CEST
Message-Id: <20080819154041.D91257101C@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   19-Aug-2008 17:40:41
  Branch: rpm-5_1                          Handle: 2008081915404100

  Modified files:           (Branch: rpm-5_1)
    rpm                     devtool.conf

  Log:
    - afb: update library litter comments

  Summary:
    Revision    Changes     Path
    2.205.2.13  +4  -5      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.205.2.12 -r2.205.2.13 devtool.conf
  --- rpm/devtool.conf	18 Aug 2008 22:18:17 -0000	2.205.2.12
  +++ rpm/devtool.conf	19 Aug 2008 15:40:41 -0000	2.205.2.13
  @@ -3,10 +3,9 @@
   ##
   
   %common
  -    MODULE_NAMES="db lua zlib file xar"
  +    MODULE_NAMES="db lua file xar"
       MODULE_TAG_DB="rpm-5_1"
       MODULE_TAG_LUA="rpm-5_1"
  -    MODULE_TAG_ZLIB="rpm-5_1"
       MODULE_TAG_FILE="rpm-5_1"
       MODULE_TAG_XAR="rpm-5_1"
   
  @@ -69,7 +68,7 @@
           --prefix=/usr \
           --with-db=internal \
           --with-db-tools-integrated \
  -        --with-zlib=internal \
  +        --with-zlib=external \
           --with-bzip2=external \
           --without-lzma \
           --with-file=internal \
  @@ -1136,7 +1135,7 @@
       ##  This also requires --disable-dependency-tracking, since it doesn't
       ##  work with multiple -arch flags (see Apple's Technical Note TN2137)
       ##
  -    ##  These libraries are built internally: db, lua, zlib, file, xar
  +    ##  These libraries are built internally: db, lua, file, xar
       ##  These libraries are statically linked: neon, beecrypt, sqlite, popt
       ##  (building popt statically requires that the required popt.h header
       ##  is included within the rpm headers, so that it can be found later)
  @@ -1568,7 +1567,7 @@
               --with-bugreport="afb@rpm5.org" \
               --with-db=internal \
               --with-lua=internal \
  -            --with-zlib=internal \
  +            --with-zlib=external \
               --with-file=internal \
               --with-xar=internal \
               --without-lzma \
  @@ .
Received on Tue Aug 19 17:40:41 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.