Skip to content

Commit a519b57

Browse files
authored
Merge pull request #9091 from jsquyres/pr/v5.0.x/fbtl-posix-link-fix
v5.0.x: fbtl-posix: link to common_ompio
2 parents 3ceea0e + bcca452 commit a519b57

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)