We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0648247 commit 5b28464Copy full SHA for 5b28464
ompi/mca/mtl/ofi/Makefile.am
@@ -48,5 +48,7 @@ mca_mtl_ofi_la_LIBADD = $(ompi_mtl_ofi_LIBS) \
48
49
noinst_LTLIBRARIES = $(component_noinst)
50
libmca_mtl_ofi_la_SOURCES = $(mtl_ofi_sources)
51
-libmca_mtl_ofi_la_LDFLAGS = -module -avoid-version
52
-
+libmca_mtl_ofi_la_LDFLAGS = \
+ $(ompi_mtl_ofi_LDFLAGS) \
53
+ -module -avoid-version
54
+libmca_mtl_ofi_la_LIBADD = $(ompi_mtl_ofi_LIBS)
0 commit comments