summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2023-01-27 12:31:14 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2023-01-27 12:31:57 -0800
commite6f45328259a83cbea9c4692f9f58039742b8d86 (patch)
tree55eafe92c02f16010d611d44578062dce158ae4a /sys-fs
parentsys-fs/zfs: enable py3.11 (diff)
downloadgentoo-e6f45328259a83cbea9c4692f9f58039742b8d86.tar.gz
gentoo-e6f45328259a83cbea9c4692f9f58039742b8d86.tar.bz2
gentoo-e6f45328259a83cbea9c4692f9f58039742b8d86.zip
sys-fs/zfs: add strndupa fix commit comment
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/zfs/zfs-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index 5abc2013b8cc..89a9dd904796 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -214,6 +214,9 @@ src_configure() {
# Building zfs-mount-generator.c on musl breaks as strndupa
# isn't available. But systemd doesn't support musl anyway, so
# just disable building it.
+ # UPDATE: it has been fixed since,
+ # https://github.com/openzfs/zfs/commit/1f19826c9ac85835cbde61a7439d9d1fefe43a4a
+ # but we still leave it as this for now.
$(use_enable !elibc_musl systemd)
$(use_enable debug)
$(use_enable nls)