Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e2fsprogs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
e2fsprogs
Commits
8936849c
Commit
8936849c
authored
Feb 10, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix fstat() call for large file on 32 bit system
parent
fef37f25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Makefile
Makefile
+1
-0
e2fsprogs-1.45.6-largefile.patch
e2fsprogs-1.45.6-largefile.patch
+11
-0
No files found.
Makefile
View file @
8936849c
all
:
all
:
tar
xf e2fsprogs-1.45.6.tar.gz
tar
xf e2fsprogs-1.45.6.tar.gz
patch
-Np1
-d
e2fsprogs-1.45.6 < e2fsprogs-1.45.6-largefile.patch
mkdir
e2fsprogs-1.45.6/build
mkdir
e2fsprogs-1.45.6/build
cd
e2fsprogs-1.45.6/build
&&
../configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--bindir
=
/bin
--with-root-prefix
=
""
--enable-elf-shlibs
--disable-libblkid
--disable-libuuid
--disable-uuidd
--disable-fsck
cd
e2fsprogs-1.45.6/build
&&
../configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--bindir
=
/bin
--with-root-prefix
=
""
--enable-elf-shlibs
--disable-libblkid
--disable-libuuid
--disable-uuidd
--disable-fsck
$(MAKE)
-C
e2fsprogs-1.45.6/build
$(MAKE)
-C
e2fsprogs-1.45.6/build
...
...
e2fsprogs-1.45.6-largefile.patch
0 → 100644
View file @
8936849c
diff -uNr e2fsprogs-1.45.6/misc/e2image.c e2fsprogs-1.45.6-largefile/misc/e2image.c
--- e2fsprogs-1.45.6/misc/e2image.c 2020-03-21 14:54:04.000000000 +1030
+++ e2fsprogs-1.45.6-largefile/misc/e2image.c 2022-02-10 10:56:44.936123774 +1030
@@ -10,6 +10,7 @@
* %End-Header%
*/
+#define _FILE_OFFSET_BITS 64
#ifndef _LARGEFILE_SOURCE
#define _LARGEFILE_SOURCE
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment