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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   25-Jun-2007 22:21:45
  Branch: HEAD                             Handle: 2007062521214400

  Modified files:
    openpkg-src/apache      apache.spec

  Log:
    require APR with support for threads where needed

  Summary:
    Revision    Changes     Path
    1.416       +5  -1      openpkg-src/apache/apache.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.415 -r1.416 apache.spec
  --- openpkg-src/apache/apache.spec    23 Jun 2007 07:44:23 -0000      1.415
  +++ openpkg-src/apache/apache.spec    25 Jun 2007 20:21:44 -0000      1.416
  @@ -33,7 +33,7 @@
   Group:        Web
   License:      ASF
   Version:      2.2.4
  -Release:      20070623
  +Release:      20070625
   
   #   package options (generic)
   %option       with_mpm                  prefork
  @@ -75,6 +75,10 @@
   PreReq:       OpenPKG, openpkg >= 20060823, perl
   BuildPreReq:  apr, pcre
   PreReq:       apr, pcre
  +%if "%{with_mpm}" == "worker" || "%{with_mpm}" == "event" || 
"%{with_mod_memcache}" == "yes"
  +BuildPreReq:  apr::with_threads = yes
  +PreReq:       apr::with_threads = yes
  +%endif
   %if "%{with_mod_ldap}" == "yes"
   BuildPreReq:  apr::with_ldap = yes
   PreReq:       apr::with_ldap = yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to