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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  t...@openpkg.org
  Module: openpkg-src                      Date:   17-Nov-2009 17:59:41
  Branch: HEAD                             Handle: 2009111716594100

  Modified files:
    openpkg-src/monotone    monotone.spec

  Log:
    modifying package: monotone-0.45 20091004 -> 20091117

  Summary:
    Revision    Changes     Path
    1.50        +6  -1      openpkg-src/monotone/monotone.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/monotone/monotone.spec
  ============================================================================
  $ cvs diff -u -r1.49 -r1.50 monotone.spec
  --- openpkg-src/monotone/monotone.spec        4 Oct 2009 16:49:58 -0000       
1.49
  +++ openpkg-src/monotone/monotone.spec        17 Nov 2009 16:59:41 -0000      
1.50
  @@ -32,7 +32,7 @@
   Group:        SCM
   License:      GPL
   Version:      0.45
  -Release:      20091004
  +Release:      20091117
   
   #   package options
   %option       with_rse  yes
  @@ -83,6 +83,10 @@
   
   %build
       #   configure program
  +    libs=""
  +    case "%{l_platform -t}" in
  +        *-linux* ) libs="$libs -ldl" ;;
  +    esac
       CC="%{l_cc}" \
       CXX="%{l_cxx}" \
       CFLAGS="%{l_cflags -O}" \
  @@ -93,6 +97,7 @@
       CPPFLAGS="%{l_cppflags}" \
   %endif
       LDFLAGS="%{l_ldflags}" \
  +    LIBS="$libs" \
       ./configure \
           --prefix=%{l_prefix} \
           --infodir=%{l_prefix}/info \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to