From 67d0d9d7bb3860be3e5f24b4cb94624b08cb87d7 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Tue, 8 Jan 2019 19:20:33 +0000 Subject: [PATCH] fix-underlinking Gbp-Pq: Name fix-underlinking.patch --- ompi/mca/mtl/ofi/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/mtl/ofi/Makefile.am b/ompi/mca/mtl/ofi/Makefile.am index 3fbb0fd5..f4a91ec6 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-2015 Cisco Systems, Inc. All rights reserved. @@ -47,7 +47,7 @@ mca_mtl_ofi_la_LDFLAGS = \ $(ompi_mtl_ofi_LDFLAGS) \ -module -avoid-version mca_mtl_ofi_la_LIBADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la \ - $(ompi_mtl_ofi_LIBS) \ + $(ompi_mtl_ofi_LIBS) $(opal_common_ofi_LIBS) \ $(OPAL_TOP_BUILDDIR)/opal/mca/common/ofi/lib@OPAL_LIB_PREFIX@mca_common_ofi.la noinst_LTLIBRARIES = $(component_noinst) -- 2.30.2