This config change probably went to the wrong devtool target,
%macosx instead of %standalone ? (needed in both, though...)

--anders

  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:05:55
  Branch: HEAD                             Handle: 2009041316055500

  Modified files:
    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.284       +1  -1      rpm/devtool.conf
______________________________________________________________________ ______

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
====================================================================== ======
  $ cvs diff -u -r2.283 -r2.284 devtool.conf
  --- rpm/devtool.conf  13 Apr 2009 15:53:03 -0000      2.283
  +++ rpm/devtool.conf  13 Apr 2009 16:05:55 -0000      2.284
  @@ -1558,11 +1558,11 @@
                       CFLAGS="-O2 -g -fno-common $UNIVERSAL_CFLAGS" \
                       LDFLAGS="$UNIVERSAL_LDFLAGS" \
                       ./configure $UNIVERSAL_TARGET \
  -                        --disable-utf8 \
                           --disable-readline \
                           --disable-threadsafe \
                           --disable-debug \
                           --disable-amalgamation \
  +                        --disable-tcl \
                           --disable-shared
                       make
                   ) || exit $?
  @@ .

______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
Developer Communication List                        rpm-devel@rpm5.org

Reply via email to