Update e2fsprogs to 1.45.3 Remove OpenBSD patch Remove Darwin patch, neither macports or brew patches these files Add patch to avoid crond detection on host OS Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> (cherry picked from commit 234f7a9e5dccfaa449d75a120ef90080d0715436)master
parent
8be111d0ac
commit
f7d6579b47
@ -0,0 +1,11 @@ |
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -14525,7 +14525,7 @@ $as_echo_n "checking for system crontab
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${crond_dir}" >&5
|
||||
$as_echo "${crond_dir}" >&6; }
|
||||
- have_crond="yes"
|
||||
+ have_crond="no"; with_crond_dir=""
|
||||
|
||||
else
|
||||
|
@ -1,12 +0,0 @@ |
||||
--- a/lib/blkid/getsize.c
|
||||
+++ b/lib/blkid/getsize.c
|
||||
@@ -29,6 +29,9 @@
|
||||
#include <fcntl.h>
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
+#ifdef __OpenBSD__
|
||||
+#include <sys/dkio.h>
|
||||
+#endif
|
||||
#endif
|
||||
#ifdef HAVE_LINUX_FD_H
|
||||
#include <linux/fd.h>
|
@ -1,22 +0,0 @@ |
||||
--- a/lib/blkid/blkid_types.h.in
|
||||
+++ b/lib/blkid/blkid_types.h.in
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
@ASM_TYPES_HEADER@
|
||||
|
||||
+#include <stdint.h>
|
||||
+
|
||||
#ifndef HAVE___U8
|
||||
#define HAVE___U8
|
||||
#ifdef __U8_TYPEDEF
|
||||
--- a/lib/ext2fs/ext2_types.h.in
|
||||
+++ b/lib/ext2fs/ext2_types.h.in
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
@ASM_TYPES_HEADER@
|
||||
|
||||
+#include <stdint.h>
|
||||
+
|
||||
#ifndef HAVE___U8
|
||||
#define HAVE___U8
|
||||
#ifdef __U8_TYPEDEF
|
Loading…
Reference in new issue