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:   16-Sep-2007 12:07:28
  Branch: HEAD                             Handle: 2007091611072800

  Modified files:
    openpkg-src/mpfr        mpfr.spec

  Log:
    disable shared libs to not break gcc 4.3

  Summary:
    Revision    Changes     Path
    1.15        +3  -2      openpkg-src/mpfr/mpfr.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mpfr/mpfr.spec
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 mpfr.spec
  --- openpkg-src/mpfr/mpfr.spec        29 Aug 2007 17:04:46 -0000      1.14
  +++ openpkg-src/mpfr/mpfr.spec        16 Sep 2007 10:07:28 -0000      1.15
  @@ -37,7 +37,7 @@
   Group:        Algorithm
   License:      LGPL
   Version:      %{V_base}.%{V_patch}
  -Release:      20070829
  +Release:      20070916
   
   #   list of sources
   Source0:      http://www.mpfr.org/mpfr-current/mpfr-%{V_base}.tar.gz
  @@ -87,7 +87,8 @@
       ./configure \
           --prefix=%{l_prefix} \
           --infodir=%{l_prefix}/info \
  -        --with-gmp=%{l_prefix}
  +        --with-gmp=%{l_prefix} \
  +        --disable-shared
       %{l_make} %{l_mflags -O}
   
   %install
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to