mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
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:
parent
8ec09a3912
commit
c52389792a
@ -48,7 +48,7 @@ fi
|
|||||||
|
|
||||||
LICENSE="BSD-2 CDDL MIT modules? ( debug? ( GPL-2+ ) )"
|
LICENSE="BSD-2 CDDL MIT modules? ( debug? ( GPL-2+ ) )"
|
||||||
# just libzfs soname major for now.
|
# 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
|
# see libsoversion_check() below as well
|
||||||
SLOT="0/7"
|
SLOT="0/7"
|
||||||
IUSE="custom-cflags debug dist-kernel minimal nls pam python +rootfs selinux test-suite unwind"
|
IUSE="custom-cflags debug dist-kernel minimal nls pam python +rootfs selinux test-suite unwind"
|
||||||
@ -316,7 +316,7 @@ src_install() {
|
|||||||
# bug #965156
|
# bug #965156
|
||||||
unset DOCS
|
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 ; }
|
use pam && { rm -rv "${ED}/unwanted_files" || die ; }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user