]> git.pld-linux.org Git - packages/e2fsprogs.git/blame - e2fsprogs-diet.patch
- downgraded back to 1.41.9: dietlibc doesn't have *int64_t datatypes, rel. 2
[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
3144a9a3
TP
4@@ -701,7 +701,7 @@
5 [#include <sys/types.h>
6 #include <sys/socket.h>])
72e64e7c 7 dnl
3144a9a3
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)
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)
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
This page took 0.035273 seconds and 4 git commands to generate.