1
1

libfabric: ensure wrapper libs are loaded for static builds

For static builds, we need to also set
<framework>_<component>_WRAPPER_EXTRA_LIBS so that the wrappers know
what other libraries to add to link executables.
Этот коммит содержится в:
Jeff Squyres 2015-01-16 09:28:57 -08:00
родитель 661c35ca67
Коммит 3969fe3a94

Просмотреть файл

@ -58,6 +58,10 @@ AC_DEFUN([MCA_opal_common_libfabric_CONFIG],[
AC_SUBST(opal_common_libfabric_embedded_CFLAGS)
AC_SUBST(opal_common_libfabric_embedded_LIBADD)
# Ensure that the wrappers get what they need (e.g., for static
# builds).
common_libfabric_WRAPPER_EXTRA_LIBS=$opal_common_libfabric_embedded_LIBADD
# Did libfabric configure successfully?
AS_IF([test $opal_common_libfabric_happy -eq 1],
[$1],