mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
e2fsprogs: always support timestamps >2038
This commit is contained in:
parent
d3745e7546
commit
75ca127803
@ -37,6 +37,12 @@ PKG_CONFIGURE_OPTS_HOST="--prefix=${TOOLCHAIN}/ \
|
|||||||
--disable-fuse2fs \
|
--disable-fuse2fs \
|
||||||
--with-gnu-ld"
|
--with-gnu-ld"
|
||||||
|
|
||||||
|
post_unpack() {
|
||||||
|
# Increase minimal inode size to avoid:
|
||||||
|
# "ext4 filesystem being mounted at xxx supports timestamps until 2038 (0x7fffffff)"
|
||||||
|
sed -i 's/inode_size = 128/inode_size = 256/g' ${PKG_BUILD}/misc/mke2fs.conf.in
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
PKG_CONFIGURE_OPTS_INIT="BUILD_CC=${HOST_CC} \
|
PKG_CONFIGURE_OPTS_INIT="BUILD_CC=${HOST_CC} \
|
||||||
--with-udev-rules-dir=no \
|
--with-udev-rules-dir=no \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user