summaryrefslogtreecommitdiff
path: root/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-26 01:31:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-26 01:31:19 +0100
commitd2b7cca519cd1aa575ebbc562c57071266ae63f1 (patch)
tree20d2a4b55096c14c4effc9e92ab6001fca68544d /sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild
parent6fe5af3f06c92a6b1a6b21ff5e1bc9d107490971 (diff)
gentoo auto-resync : 26:06:2023 - 01:31:19
Diffstat (limited to 'sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild')
-rw-r--r--sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild
index 580ff96d90bc..ed3a2e8d4f31 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild
@@ -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,10 +85,12 @@ multilib_src_configure() {
--disable-fsck
--disable-uuidd
--disable-lto
- --disable-largefile # need to check effect on ABI
--with-pthread
)
+ # need to check effect on ABI (???)
+ use elibc_glibc && myeconfargs+=( --disable-largefile )
+
# We use blkid/uuid from util-linux now
if use kernel_linux ; then
export ac_cv_lib_{uuid_uuid_generate,blkid_blkid_get_cache}=yes