mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-27 13:31:56 +01:00
sys-fs/e2fsprogs: Sync with Gentoo
It's from Gentoo commit 999463a3a69fb9e6877c08dea7ffb05554c3de55.
This commit is contained in:
parent
1ce90f52a1
commit
6ad716a764
@ -68,8 +68,8 @@ multilib_src_configure() {
|
|||||||
# Keep the package from doing silly things, bug #261411
|
# Keep the package from doing silly things, bug #261411
|
||||||
export VARTEXFONTS="${T}/fonts"
|
export VARTEXFONTS="${T}/fonts"
|
||||||
|
|
||||||
# Needs open64() prototypes and friends
|
# needed for >=musl-1.2.4, bug 908892
|
||||||
append-cppflags -D_GNU_SOURCE
|
use elibc_musl && append-cflags -D_FILE_OFFSET_BITS=64
|
||||||
|
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
--with-root-prefix="${EPREFIX}"
|
--with-root-prefix="${EPREFIX}"
|
||||||
@ -85,8 +85,8 @@ multilib_src_configure() {
|
|||||||
--disable-fsck
|
--disable-fsck
|
||||||
--disable-uuidd
|
--disable-uuidd
|
||||||
--disable-lto
|
--disable-lto
|
||||||
--disable-largefile # need to check effect on ABI
|
|
||||||
--with-pthread
|
--with-pthread
|
||||||
|
--enable-largefile
|
||||||
)
|
)
|
||||||
|
|
||||||
# We use blkid/uuid from util-linux now
|
# We use blkid/uuid from util-linux now
|
||||||
Loading…
x
Reference in New Issue
Block a user