sys-fs/e2fsprogs: Sync with Gentoo

It's from Gentoo commit 999463a3a69fb9e6877c08dea7ffb05554c3de55.
This commit is contained in:
Flatcar Buildbot 2023-07-03 07:18:47 +00:00 committed by Krzesimir Nowak
parent 1ce90f52a1
commit 6ad716a764

View File

@ -68,8 +68,8 @@ multilib_src_configure() {
# Keep the package from doing silly things, bug #261411
export VARTEXFONTS="${T}/fonts"
# Needs open64() prototypes and friends
append-cppflags -D_GNU_SOURCE
# needed for >=musl-1.2.4, bug 908892
use elibc_musl && append-cflags -D_FILE_OFFSET_BITS=64
local myeconfargs=(
--with-root-prefix="${EPREFIX}"
@ -85,8 +85,8 @@ multilib_src_configure() {
--disable-fsck
--disable-uuidd
--disable-lto
--disable-largefile # need to check effect on ABI
--with-pthread
--enable-largefile
)
# We use blkid/uuid from util-linux now