SOURCES: jfsutils-largefile.patch (NEW) - autoconf 2.61 made fseek...

charles charles at pld-linux.org
Tue May 6 21:17:20 CEST 2008


Author: charles                      Date: Tue May  6 19:17:20 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- autoconf 2.61 made fseeko fail to compile correctly
  for large offsets when built against glibc-2.3.

---- Files affected:
SOURCES:
   jfsutils-largefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/jfsutils-largefile.patch
diff -u /dev/null SOURCES/jfsutils-largefile.patch:1.1
--- /dev/null	Tue May  6 21:17:20 2008
+++ SOURCES/jfsutils-largefile.patch	Tue May  6 21:17:15 2008
@@ -0,0 +1,15 @@
+--- jfsutils-1.1.12/libfs/devices.c.orig	2007-04-07 19:09:56.000000000 +0200
++++ jfsutils-1.1.12/libfs/devices.c	2008-04-29 10:27:20.447872421 +0200
+@@ -15,6 +15,13 @@
+  *   along with this program;  if not, write to the Free Software
+  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+  */
++
++/*
++ * Override config.h by defining _LARGEFILE_SOURCE here
++ */
++#define _LARGEFILE_SOURCE
++
+ #include <config.h>
+ #include <errno.h>
+ #include <fcntl.h>
================================================================


More information about the pld-cvs-commit mailing list