diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-11 23:52:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-11 23:52:23 +0000 |
commit | a829eea15d97899686d48bfe9801bd7832b0bc07 (patch) | |
tree | 1eb707dac72d79a3aec3a31cc71f359ec61faa1c /sub | |
parent | 0085299316414d223d637f080dcd5be000a15dcd (diff) | |
download | lh-bootstrap-a829eea15d97899686d48bfe9801bd7832b0bc07.tar.xz |
More gcc14 fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub')
-rw-r--r-- | sub/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/e2fsprogs/Makefile b/sub/e2fsprogs/Makefile index a414620..8ec99e6 100644 --- a/sub/e2fsprogs/Makefile +++ b/sub/e2fsprogs/Makefile @@ -5,7 +5,7 @@ E2FSPROGS_URLDIR := https://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v E2FSPROGS_TAREXT := tar.xz E2FSPROGS_TARLETTER := J -E2FSPROGS_CONFIGURE_OPTIONS := --with-gnu-ld --without-libiconv-prefix --disable-gtk-doc-html --with-xz --disable-manpages --enable-largefile --with-udev-rules-dir=no --with-crond-dir=no --with-systemd-unit-dir=no +E2FSPROGS_CONFIGURE_OPTIONS := --with-gnu-ld --without-libiconv-prefix --disable-gtk-doc-html --with-xz --disable-manpages --enable-largefile --with-udev-rules-dir=no --with-crond-dir=no --with-systemd-unit-dir=no ac_cv_func_lseek64=yes E2FSPROGS_CFLAGS := -Wno-implicit-function-declaration E2FSPROGS_LDFLAGS := -s -static E2FSPROGS_LIBS := -llzma |