Skip to content

Commit 14be8b6

Browse files
authored
Merge pull request #9086 from jsquyres/pr/fbtl-posix-link-fix
fbtl-posix: link to common_ompio
2 parents f760c1d + 2661899 commit 14be8b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mca/fbtl/posix/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ mcacomponentdir = $(ompilibdir)
3434
mcacomponent_LTLIBRARIES = $(component_install)
3535
mca_fbtl_posix_la_SOURCES = $(sources)
3636
mca_fbtl_posix_la_LDFLAGS = -module -avoid-version
37-
mca_fbtl_posix_la_LIBADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
37+
mca_fbtl_posix_la_LIBADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la \
38+
$(OMPI_TOP_BUILDDIR)/ompi/mca/common/ompio/libmca_common_ompio.la
3839

3940
noinst_LTLIBRARIES = $(component_noinst)
4041
libmca_fbtl_posix_la_SOURCES = $(sources)

0 commit comments

Comments
 (0)