From 7d9504e58ffc04ce3d25892a39b2c414d31a0e3a Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 17 Aug 2019 13:28:59 -0700 Subject: sys-fs/zfs: update live ebuild, fix static-libs static-libs useflag was a no-op since migration to EAPI=7, fix it Bug: https://bugs.gentoo.org/692196 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev --- sys-fs/zfs/zfs-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys-fs') diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index fdb0ed3deb3f..33c2826938c8 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -25,10 +25,11 @@ IUSE="custom-cflags debug kernel-builtin python +rootfs test-suite static-libs" COMMON_DEPEND=" ${PYTHON_DEPS} - net-libs/libtirpc + net-libs/libtirpc[static-libs?] sys-apps/util-linux[static-libs?] sys-libs/zlib[static-libs(+)?] virtual/awk + virtual/libudev[static-libs?] python? ( virtual/python-cffi[${PYTHON_USEDEP}] ) @@ -123,6 +124,7 @@ src_configure() { local myconf=( --bindir="${EPREFIX}/bin" + --enable-shared --enable-systemd --enable-sysvinit --localstatedir="${EPREFIX}/var" @@ -136,6 +138,7 @@ src_configure() { --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset" $(use_enable debug) $(use_enable python pyzfs) + $(use_enable static-libs static) ) econf "${myconf[@]}" -- cgit v1.2.3-65-gdbad