Dash:
[t2.git] / package / shells / pdksh / largefile.patch
blobcfdb0181eb3d3ce8fd5f2849726bf6195a9789f9
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../pdksh/largefile.patch
5 # Copyright (C) 2006 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 Request large file support. I could have used the T2 wrappers, but
18 decided to do it a bit more verbose.
20 - Rene Rebe <rene@exactcode.de>
22 --- pdksh-5.2.14/Makefile.in.vanilla 2006-04-24 14:03:27.000000000 +0000
23 +++ pdksh-5.2.14/Makefile.in 2006-04-24 14:03:47.000000000 +0000
24 @@ -12,7 +12,7 @@
25 INSTALL_PROGRAM = @INSTALL_PROGRAM@
26 INSTALL_DATA = @INSTALL_DATA@
28 -DEFS = @DEFS@
29 +DEFS = @DEFS@ -D_FILE_OFFSET_BITS=64
30 LIBS = @LIBS@
32 CPPFLAGS = @CPPFLAGS@