From: Graham Inggs Date: Sun, 1 Oct 2023 12:00:06 +0000 (+0100) Subject: fix-underlinking X-Git-Tag: archive/raspbian/4.1.6-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=30c75134f5f23502f1f636aa7d68cafeaa4a3dbd;p=openmpi.git 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 --- diff --git a/ompi/mca/mtl/ofi/Makefile.am b/ompi/mca/mtl/ofi/Makefile.am index 832e2b8e..e084c7b5 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