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:   21-Feb-2008 08:14:46
  Branch: HEAD                             Handle: 2008022107144300

  Modified files:
    openpkg-src/findutils   findutils.spec

  Log:
    allow one to enable largefile support

  Summary:
    Revision    Changes     Path
    1.87        +8  -1      openpkg-src/findutils/findutils.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/findutils/findutils.spec
  ============================================================================
  $ cvs diff -u -r1.86 -r1.87 findutils.spec
  --- openpkg-src/findutils/findutils.spec      14 Feb 2008 08:21:55 -0000      
1.86
  +++ openpkg-src/findutils/findutils.spec      21 Feb 2008 07:14:43 -0000      
1.87
  @@ -32,7 +32,10 @@
   Group:        ShellUtils
   License:      GPL
   Version:      4.2.33
  -Release:      20080214
  +Release:      20080221
  +
  +#   package options
  +%option       with_largefile  no
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -72,7 +75,11 @@
           --libexecdir=%{l_prefix}/libexec/findutils \
           --datarootdir=%{l_prefix} \
           --localstatedir=%{l_prefix}/var/findutils \
  +%if "%{with_largefile}" == "yes"
  +        --enable-largefile \
  +%else
           --disable-largefile \
  +%endif
           --disable-nls
       %{l_make} %{l_mflags}
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to