sys-fs/zfs: remove uutil from gen_usr_ldscript

Bug: https://bugs.gentoo.org/966871
Signed-off-by: Alexander Moch <mail@alexmoch.com>
Part-of: https://github.com/gentoo/gentoo/pull/44836
Closes: https://github.com/gentoo/gentoo/pull/44836
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
This commit is contained in:
Alexander Moch 2025-12-01 00:06:10 +01:00 committed by Marc Schiffbauer
parent 8ec09a3912
commit c52389792a
No known key found for this signature in database
GPG Key ID: 3837C63B4632EDBF

View File

@ -48,7 +48,7 @@ fi
LICENSE="BSD-2 CDDL MIT modules? ( debug? ( GPL-2+ ) )"
# just libzfs soname major for now.
# possible candidates: libuutil, libzpool, libnvpair. Those do not provide stable abi, but are considered.
# possible candidates are libzpool and libnvpair. Those do not provide stable abi, but are considered.
# see libsoversion_check() below as well
SLOT="0/7"
IUSE="custom-cflags debug dist-kernel minimal nls pam python +rootfs selinux test-suite unwind"
@ -316,7 +316,7 @@ src_install() {
# bug #965156
unset DOCS
gen_usr_ldscript -a nvpair uutil zfsbootenv zfs zfs_core zpool
gen_usr_ldscript -a nvpair zfsbootenv zfs zfs_core zpool
use pam && { rm -rv "${ED}/unwanted_files" || die ; }