]> git.pld-linux.org Git - packages/e2fsprogs.git/blame - e2fsprogs-diet.patch
- upgraded to 1.41.11
[packages/e2fsprogs.git] / e2fsprogs-diet.patch
CommitLineData
72e64e7c
JR
1diff -ur e2fsprogs-1.41.3/configure.in e2fsprogs-1.41.3-diet/configure.in
2--- e2fsprogs-1.41.3/configure.in 2009-03-17 22:03:38.000000000 +0100
3+++ e2fsprogs-1.41.3-diet/configure.in 2009-03-17 22:01:22.000000000 +0100
6f6b221a
TP
4@@ -817,7 +817,7 @@
5 AC_SEARCH_LIBS([blkid_probe_all], [blkid])
6 fi
72e64e7c 7 dnl
6f6b221a
TP
8-AC_CHECK_FUNCS(chflags getrusage llseek lseek64 open64 fstat64 ftruncate64 getmntinfo strtoull strcasecmp srandom jrand48 fchown mallinfo fdatasync strnlen strptime strdup sysconf pathconf posix_memalign memalign valloc __secure_getenv prctl mmap utime setresuid setresgid usleep nanosleep getdtablesize getrlimit blkid_probe_get_topology)
9+AC_CHECK_FUNCS(chflags getrusage llseek lseek64 open64 fstat64 stat64 ftruncate64 getmntinfo strtoull strcasecmp srandom jrand48 fchown mallinfo fdatasync strnlen strptime strdup sysconf pathconf posix_memalign memalign valloc __secure_getenv prctl mmap utime setresuid setresgid usleep nanosleep getdtablesize getrlimit blkid_probe_get_topology)
72e64e7c
JR
10 dnl
11 dnl Check to see if -lsocket is required (solaris) to make something
12 dnl that uses socket() to compile; this is needed for the UUID library
13diff -ur e2fsprogs-1.41.3/misc/util.c e2fsprogs-1.41.3-diet/misc/util.c
14--- e2fsprogs-1.41.3/misc/util.c 2008-10-07 16:22:39.000000000 +0200
15+++ e2fsprogs-1.41.3-diet/misc/util.c 2009-03-17 22:01:31.000000000 +0100
16@@ -79,7 +79,7 @@
17 void check_plausibility(const char *device)
18 {
19 int val;
20-#ifdef HAVE_OPEN64
21+#ifdef HAVE_STAT64
22 struct stat64 s;
23
24 val = stat64(device, &s);
281f11a9 25
6f6b221a
TP
26--- configure.in.orig 2010-03-24 18:30:54.000000000 +0100
27+++ configure.in 2010-03-24 18:36:46.000000000 +0100
This page took 0.09981 seconds and 4 git commands to generate.