Skip to content

Commit 50731f0

Browse files
committed
spack:fix for dlopen missing symbol problem
related to spack/spack#40725 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent a1b02c6 commit 50731f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/dl/dlopen/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AC_DEFUN([MCA_opal_dl_dlopen_CONFIG],[
2727
AC_CONFIG_FILES([opal/mca/dl/dlopen/Makefile])
2828

2929
OAC_CHECK_PACKAGE([dlopen],
30-
[dl_dlopen],
30+
[opal_dl_dlopen],
3131
[dlfcn.h],
3232
[dl],
3333
[dlopen],
@@ -38,5 +38,5 @@ AC_DEFUN([MCA_opal_dl_dlopen_CONFIG],[
3838
[$1],
3939
[$2])
4040

41-
AC_SUBST(dl_dlopen_LIBS)
41+
AC_SUBST(opal_dl_dlopen_LIBS)
4242
])

0 commit comments

Comments
 (0)