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:   26-Mar-2007 09:13:07
  Branch: HEAD                             Handle: 2007032608130700

  Modified files:
    openpkg-src/sqlite      sqlite.spec

  Log:
    add support for thread-safety via Pthread mutex

  Summary:
    Revision    Changes     Path
    1.133       +5  -1      openpkg-src/sqlite/sqlite.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  ============================================================================
  $ cvs diff -u -r1.132 -r1.133 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec    23 Feb 2007 14:30:36 -0000      1.132
  +++ openpkg-src/sqlite/sqlite.spec    26 Mar 2007 07:13:07 -0000      1.133
  @@ -38,13 +38,14 @@
   Group:        Database
   License:      PD
   Version:      %{V_v3}
  -Release:      20070223
  +Release:      20070326
   
   #   package options
   %option       with_v2              no
   %option       with_utf8            no
   %option       with_assert          no
   %option       with_readline        no
  +%option       with_threads         no
   %option       with_fts1            no
   %option       with_odbc            no
   
  @@ -149,6 +150,9 @@
   %if "%{with_utf8}" == "yes"
                 --enable-utf8 \
   %endif
  +%if "%{with_threads}" == "yes"
  +              --enable-threadsafe \
  +%endif
                 --disable-shared
   %if "%{with_assert}" == "yes"
             %{l_shtool} subst \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to