OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   20-Sep-2007 10:19:07
  Branch: HEAD                             Handle: 2007092009190600

  Modified files:
    openpkg-src/sqlite      sqlite.spec

  Log:
    increase maximum SQL length from 1M to 10M (this especially allows one
    to dump/restore larger BLOB-based DBs like Monotone repositories
    again)

  Summary:
    Revision    Changes     Path
    1.158       +2  -1      openpkg-src/sqlite/sqlite.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  ============================================================================
  $ cvs diff -u -r1.157 -r1.158 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec    15 Sep 2007 14:53:30 -0000      1.157
  +++ openpkg-src/sqlite/sqlite.spec    20 Sep 2007 08:19:06 -0000      1.158
  @@ -38,7 +38,7 @@
   Group:        Database
   License:      PD
   Version:      %{V_sqlite}
  -Release:      20070915
  +Release:      20070920
   
   #   package options
   %option       with_assert          no
  @@ -127,6 +127,7 @@
   %if "%{with_assert}" == "no"
       CFLAGS="$CFLAGS -DNDEBUG=1"
   %endif
  +    CFLAGS="$CFLAGS -DSQLITE_MAX_SQL_LENGTH=10000000"
       CPPFLAGS="%{l_cppflags}"
       LDFLAGS="%{l_ldflags}"
       LIBS="-lm"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to