diff options
-rw-r--r-- | sys-fabric/libnes/libnes-1.1.4.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys-fabric/libnes/libnes-1.1.4.ebuild b/sys-fabric/libnes/libnes-1.1.4.ebuild index 0b48b23ebcdc..384f843aa14e 100644 --- a/sys-fabric/libnes/libnes-1.1.4.ebuild +++ b/sys-fabric/libnes/libnes-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,6 +19,16 @@ RDEPEND="${DEPEND} !sys-fabric/openib-userspace" block_other_ofed_versions +src_unpack() { + default + + # /var/tmp/portage/sys-fabric/libnes-1.1.4/work/OFED-3.12-rc1/SRPMS/libnes-1.1.4-0..src.rpm + # bug #514258 + mv "${WORKDIR}"/OFED-3.12-rc1/SRPMS/libnes-1.1.4-0..src.rpm "${WORKDIR}"/OFED-3.12-rc1/SRPMS/libnes-1.1.4-0.src.rpm || die + + openib_src_unpack +} + src_configure() { econf $(use_enable static-libs static) } |