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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Sep-2004 15:06:59
  Branch: HEAD                             Handle: 2004091014065900

  Modified files:
    openpkg-src/mysql41     mysql41.spec

  Log:
    add option for enabling the NDB Cluster/Replication addon

  Summary:
    Revision    Changes     Path
    1.20        +5  -0      openpkg-src/mysql41/mysql41.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql41/mysql41.spec
  ============================================================================
  $ cvs diff -u -r1.19 -r1.20 mysql41.spec
  --- openpkg-src/mysql41/mysql41.spec  10 Sep 2004 12:00:18 -0000      1.19
  +++ openpkg-src/mysql41/mysql41.spec  10 Sep 2004 13:06:59 -0000      1.20
  @@ -47,6 +47,7 @@
   %option       with_bdb       yes
   %option       with_innodb    no
   %option       with_ssl       no
  +%option       with_ndb       no
   
   #   list of sources
   Source0:      
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
  @@ -131,6 +132,10 @@
           --with-openssl-includes=%{l_prefix}/include \
           --with-openssl-libs=%{l_prefix}/lib \
   %endif
  +%if "%{with_ndb}" == "yes"
  +        --with-ndbcluster \
  +        --with-ndb-shm \
  +%endif
           --without-readline \
           --without-libedit \
           --with-vio \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to