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:   31-Dec-2003 12:56:57
  Branch: HEAD                             Handle: 2003123111565700

  Modified files:
    openpkg-src/apache      apache.spec

  Log:
    workaround Oracle inter-library depencency by explicitly linking in
    all libraries

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.190 -r1.191 apache.spec
  --- openpkg-src/apache/apache.spec    29 Dec 2003 08:54:54 -0000      1.190
  +++ openpkg-src/apache/apache.spec    31 Dec 2003 11:56:57 -0000      1.191
  @@ -62,7 +62,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20031229
  +Release:      20031231
   
   #   package options (suexec related)
   %option       with_suexec               yes
  @@ -907,6 +907,10 @@
         cflags="$cflags %{l_cppflags}"
         ldflags="$ldflags %{l_ldflags}"
         libs="$libs -lndbm -lgdbm"
  +%endif
  +%if "%{with_mod_php_oci7}" == "yes" || "%{with_mod_php_oci8}" == "yes"
  +      #   workaround Oracle inter-library depencency by explicitly linking in all 
libraries
  +      libs="$libs `%{l_prefix}/etc/rc --query oracle_libs`"
   %endif
   %if "%{with_suphp}" == "yes"
         cflags="$cflags -DPATH_TO_SUPHP='\"%{l_prefix}/sbin/suphp\"'"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to