Сравнение tgt-1.0.87-r1 с tgt-1.0.88
/usr/portage/sys-block/tgt/tgt-1.0.88.ebuild 2023-10-09 14:52:35.440368500 +0300 | ||
---|---|---|
11 | 11 |
LICENSE="GPL-2" |
12 | 12 |
SLOT="0" |
13 | 13 |
KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86" |
14 |
IUSE="fcoe fcp ibmvio infiniband rbd selinux" |
|
14 |
IUSE="infiniband rbd selinux" |
|
15 | 15 | |
16 | 16 |
DEPEND=" |
17 | 17 |
app-text/docbook-xsl-stylesheets |
... | ... | |
41 | 41 | |
42 | 42 |
src_compile() { |
43 | 43 |
local myconf |
44 |
use ibmvio && myconf="${myconf} IBMVIO=1" |
|
45 | 44 |
use infiniband && myconf="${myconf} ISCSI_RDMA=1" |
46 |
use fcp && myconf="${myconf} FCP=1" |
|
47 |
use fcoe && myconf="${myconf} FCOE=1" |
|
48 | 45 |
use rbd && myconf="${myconf} CEPH_RBD=1" |
49 | 46 | |
50 | 47 |
emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf} |