summaryrefslogtreecommitdiff
path: root/sys-fabric/libibumad
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /sys-fabric/libibumad
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'sys-fabric/libibumad')
-rw-r--r--sys-fabric/libibumad/Manifest2
-rw-r--r--sys-fabric/libibumad/libibumad-1.3.9.ebuild11
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-fabric/libibumad/Manifest b/sys-fabric/libibumad/Manifest
index 852f13c7c610..6c99a20c892c 100644
--- a/sys-fabric/libibumad/Manifest
+++ b/sys-fabric/libibumad/Manifest
@@ -1,3 +1,3 @@
DIST OFED-3.12-rc1.tgz 22055476 BLAKE2B 49e6411721392f418369a292513709f396fbb0f17001687aa15b5c0acdc91013cc67354e5978df56452178af7fbbd338a7ff408592ff9126a3045b9bb27375fe SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944
-EBUILD libibumad-1.3.9.ebuild 419 BLAKE2B 4ed4af40136da6d81eda8f447edebacd16cba27490c5f437b787c10e15cfeeb3737b8788778e0b0d6336db2205d3f3c85e9d1eda459cc5fa06a74e07c19a965c SHA512 0ddb67b2545c6d75b759a4de4d3093d8478a6b12d923ad71a80b23415039b45c6d578c586d3c38d27b811585eaf18dc43ec1ab594a1f748896f9b2eb701d2fa9
+EBUILD libibumad-1.3.9.ebuild 531 BLAKE2B 23d6b3c1fa71db37cea12475fec03d1fa3b881a4567983dd523cc380193c12482d73c9a9bb787b731517cedaffbe2e5b59f6fd6cd5ef914c2f0df9a08cd07144 SHA512 aaf2e76d5e2672ab1c6e1322580e63d7d89de07e1ced73ffc48bce50f3924867955945bfc2ad6c19e2db04bb87b6c690bc31c96d7c66b31bee07ff3e781c0759
MISC metadata.xml 457 BLAKE2B 47b958d90c27e26665e210647dd69f4d80c79385fb3308c55ee738f1d502493fdf0b358a30655601c6dcf2ef0be586c4d446b87e834feb26c83cc5bef5c49754 SHA512 028cdf14b93f7b842077d5905cf24b7def813231b3c86eda8666cdec86b166f90f49c45c082ac7e84d08d02f1c7cb3ede5ad3e5477a2052009617ae5f8105a29
diff --git a/sys-fabric/libibumad/libibumad-1.3.9.ebuild b/sys-fabric/libibumad/libibumad-1.3.9.ebuild
index c0768c754c9c..cc946e2ac877 100644
--- a/sys-fabric/libibumad/libibumad-1.3.9.ebuild
+++ b/sys-fabric/libibumad/libibumad-1.3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -19,3 +19,12 @@ DEPEND="
"
RDEPEND="${DEPEND}"
block_other_ofed_versions
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}