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: 24-Nov-2005 08:31:57
Branch: HEAD Handle: 2005112407315700
Modified files:
openpkg-src/findutils findutils.spec
Log:
disable large file support for portability reasons (at least for AIX)
Summary:
Revision Changes Path
1.70 +2 -1 openpkg-src/findutils/findutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.69 -r1.70 findutils.spec
--- openpkg-src/findutils/findutils.spec 20 Nov 2005 20:33:28 -0000
1.69
+++ openpkg-src/findutils/findutils.spec 24 Nov 2005 07:31:57 -0000
1.70
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 4.2.26
-Release: 20051120
+Release: 20051124
# list of sources
Source0: ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
@@ -75,6 +75,7 @@
--prefix=%{l_prefix} \
--libexecdir=%{l_prefix}/libexec/findutils \
--localstatedir=%{l_prefix}/var/findutils \
+ --disable-largefile \
--disable-nls
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]