chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
add dependencies to xmlsec
[termux-packages]
/
packages
/
hfsutils
/
lfs.patch
1
Support >4GiB images. Based on Debian patch
2
3
--- hfsutils-3.2.6.orig/libhfs/os/unix.c
4
+++ hfsutils-3.2.6/libhfs/os/unix.c
5
@@ -19,6 +19,9 @@
6
* $Id: unix.c,v 1.8 1998/11/02 22:09:13 rob Exp $
7
*/
8
9
+#define _FILE_OFFSET_BITS 64
10
+#define _LARGE_FILES
11
+
12
# ifdef HAVE_CONFIG_H
13
# include "config.h"
14
# endif