Skip to content

Commit 8f5707f

Browse files
authored
Merge pull request #3362 from jsquyres/pr/v2.0.x/fix-static-builds
v2.0.x: dl/dlopen: add libs to wrapper LIBS
2 parents e19cfa4 + 4e5f79b commit 8f5707f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opal/mca/dl/dlopen/configure.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- shell-script -*-
22
#
3-
# Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved.
3+
# Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
44
#
55
# $COPYRIGHT$
66
#
@@ -47,7 +47,8 @@ AC_DEFUN([MCA_opal_dl_dlopen_CONFIG],[
4747
])
4848

4949
AS_IF([test "$opal_dl_dlopen_happy" = "yes"],
50-
[opal_dl_dlopen_ADD_LIBS=$opal_dl_dlopen_LIBS
50+
[dl_dlopen_ADD_LIBS=$opal_dl_dlopen_LIBS
51+
dl_dlopen_WRAPPER_EXTRA_LIBS=$opal_dl_dlopen_LIBS
5152
$1],
5253
[$2])
5354

0 commit comments

Comments
 (0)