summaryrefslogtreecommitdiff
path: root/sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild')
-rw-r--r--sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild b/sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild
index 2d5bc5c6608d..20ffdc32534e 100644
--- a/sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild
+++ b/sys-fabric/libcxgb3/libcxgb3-1.3.1-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=6
OFED_VER="3.12"
OFED_RC="1"
@@ -12,12 +12,13 @@ inherit openib
DESCRIPTION="OpenIB - driver for Chelsio T3-based iWARP (RDMA over IP/ethernet)"
KEYWORDS="amd64 ~x86 ~amd64-linux"
-IUSE=""
DEPEND="sys-fabric/libibverbs:${SLOT}"
RDEPEND="${DEPEND}"
block_other_ofed_versions
+PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
+
src_configure() {
econf --disable-static
}