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.
2 parents e19cfa4 + 4e5f79b commit 8f5707fCopy full SHA for 8f5707f
opal/mca/dl/dlopen/configure.m4
@@ -1,6 +1,6 @@
1
# -*- shell-script -*-
2
#
3
-# Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved.
+# Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
4
5
# $COPYRIGHT$
6
@@ -47,7 +47,8 @@ AC_DEFUN([MCA_opal_dl_dlopen_CONFIG],[
47
])
48
49
AS_IF([test "$opal_dl_dlopen_happy" = "yes"],
50
- [opal_dl_dlopen_ADD_LIBS=$opal_dl_dlopen_LIBS
+ [dl_dlopen_ADD_LIBS=$opal_dl_dlopen_LIBS
51
+ dl_dlopen_WRAPPER_EXTRA_LIBS=$opal_dl_dlopen_LIBS
52
$1],
53
[$2])
54
0 commit comments