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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   08-Jun-2004 17:19:20
  Branch: HEAD                             Handle: 2004060816192000

  Modified files:
    openpkg-src/apache      apache.spec

  Log:
    fix long standing bug where with_mod_php_imap breaks build on Solaris
    due to interdependencies between libimap and libmodphp4

  Summary:
    Revision    Changes     Path
    1.232       +4  -1      openpkg-src/apache/apache.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.231 -r1.232 apache.spec
  --- openpkg-src/apache/apache.spec    4 Jun 2004 07:25:42 -0000       1.231
  +++ openpkg-src/apache/apache.spec    8 Jun 2004 15:19:20 -0000       1.232
  @@ -66,7 +66,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20040604
  +Release:      20040608
   
   #   package options (suexec related)
   %option       with_suexec               yes
  @@ -1022,6 +1022,9 @@
         ldflags="$ldflags `%{l_prefix}/etc/rc --query oracle_ldflags`"
         libs="$libs `%{l_prefix}/etc/rc --query oracle_libs`"
   %endif
  +%if "%{with_mod_php}" == "yes" && "%{with_mod_php_imap}" == "yes"
  +      libs="$libs -limap -lmodphp4 -limap"
  +%endif
   %if "%{with_suphp}" == "yes"
         cflags="$cflags -DPATH_TO_SUPHP='\"%{l_prefix}/sbin/suphp\"'"
   %endif
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to