From 588a7d198b4ecc68f1c01bdbece05de1942a8907 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Tue, 1 Nov 2022 14:46:00 +0800 Subject: [PATCH] fix-underlinking Desciption: Fix underlinking Prevents symbol lookup error: ../openmpi4/mca_mtl_ofi.so: undefined symbol: fi_dupinfo when linked with --as-needed Bug-Debian: https://bugs.debian.org/899104 Last-Update: 2018-05-23 Gbp-Pq: Name fix-underlinking.patch --- ompi/mca/mtl/ofi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/mtl/ofi/Makefile.am b/ompi/mca/mtl/ofi/Makefile.am index 832e2b8..e084c7b 100644 --- a/ompi/mca/mtl/ofi/Makefile.am +++ b/ompi/mca/mtl/ofi/Makefile.am @@ -1,4 +1,4 @@ -# + # Copyright (c) 2013-2015 Intel, Inc. All rights reserved # # Copyright (c) 2014-2019 Cisco Systems, Inc. All rights reserved