diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-27 12:31:14 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-27 12:31:57 -0800 |
commit | e6f45328259a83cbea9c4692f9f58039742b8d86 (patch) | |
tree | 55eafe92c02f16010d611d44578062dce158ae4a /sys-fs | |
parent | sys-fs/zfs: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 3 |
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) |