Skip to content

Commit

Permalink
configury: add -lpmi_simple to LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidozog committed Oct 15, 2024
1 parent b966c39 commit 969a07d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,9 @@ OPAL_TOP_BUILDDIR="`pwd`"
OPAL_SETUP_RPATH

AS_IF([test "$enable_pmi_simple" = "yes"],
[WRAPPER_COMPILER_EXTRA_LIBS="$WRAPPER_COMPILER_EXTRA_LIBS -lpmi_simple"])
[WRAPPER_COMPILER_EXTRA_LIBS="$WRAPPER_COMPILER_EXTRA_LIBS -lpmi_simple"
LDFLAGS="$LDFLAGS -lpmi_simple"
])

AC_MSG_CHECKING([for OPAL LDFLAGS])
RPATHIFY_LDFLAGS([WRAPPER_COMPILER_EXTRA_LDFLAGS])
Expand Down

0 comments on commit 969a07d

Please sign in to comment.