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:   27-Sep-2005 11:16:07
  Branch: HEAD                             Handle: 2005092710160700

  Modified files:
    openpkg-src/postgresql  postgresql.spec

  Log:
    isinf(3) is a C99 feature, but PostgreSQL is not able to cope a global
    -std=c99 option. But it has an internal fallback for isinf(3), so
    force it to use this one

  Summary:
    Revision    Changes     Path
    1.162       +3  -1      openpkg-src/postgresql/postgresql.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  ============================================================================
  $ cvs diff -u -r1.161 -r1.162 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec    6 Sep 2005 15:15:32 -0000       
1.161
  +++ openpkg-src/postgresql/postgresql.spec    27 Sep 2005 09:16:07 -0000      
1.162
  @@ -45,7 +45,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_postgresql}
  -Release:      20050906
  +Release:      20050927
   
   #   package options
   %option       with_server    yes
  @@ -201,6 +201,8 @@
       rm -rf $RPM_BUILD_ROOT
   
       #   configure package
  +    ( echo "ac_cv_func_isinf=no"
  +    ) >config.cache
       CC="%{l_cc}" \
   %if "%{with_slony1}" == "yes"
       CFLAGS="%{l_cflags -O} -pthread" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to