RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  r...@rpm5.org
  Module: rpm                              Date:   13-Apr-2009 18:06:26
  Branch: rpm-5_1                          Handle: 2009041316062500

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

  Log:
    SQLite no longer knows about --disable-utf8, but instead a
    --disable-tcl is reasonable to get rid of the TCL warnings under
    configure-time

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

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.205.2.38 -r2.205.2.39 devtool.conf
  --- rpm/devtool.conf  13 Apr 2009 15:53:46 -0000      2.205.2.38
  +++ rpm/devtool.conf  13 Apr 2009 16:06:25 -0000      2.205.2.39
  @@ -848,11 +848,11 @@
                       CC="$cc" \
                       LIBS="-lm" \
                       ./configure \
  -                        --disable-utf8 \
                           --disable-readline \
                           --disable-threadsafe \
                           --disable-debug \
                           --disable-amalgamation \
  +                        --disable-tcl \
                           --disable-shared
                       make
                   ) || exit $?
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to