1
1

Merge pull request #873 from rhc54/topic/static

Add the libs required for PMIx to support static builds (and trim all excess whitespace)
Этот коммит содержится в:
rhc54 2015-09-08 11:28:47 -07:00
родитель bc9e5652ff 291afe502f
Коммит 8053357fcc

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

@ -66,10 +66,8 @@ AC_DEFUN([MCA_opal_pmix_pmix1xx_CONFIG],[
["$PMIX_VERSION"],
[Version of PMIx])
# Finally, add some flags to the wrapper compiler if we're
# building with developer headers so that our headers can
# be found.
pmix1xx_WRAPPER_EXTRA_CPPFLAGS='-I${includedir}/openmpi/$opal_pmix_pmix1xx_basedir/pmix -I${includedir}/openmpi/$opal_pmix_pmix1xx_basedir/pmix/include'
# Finally, add a flag to support static builds
pmix_pmix1xx_WRAPPER_EXTRA_LIBS=-lpmix
CFLAGS=$opal_pmix_pmix1xx_save_CFLAGS
CPPFLAGS=$opal_pmix_pmix1xx_save_CPPFLAGS