1
1

pmix: remove extra wrapper LIBS

These extra libs are now no longer necessary.

Fixes open-ompi/ompi#1281.
Этот коммит содержится в:
Jeff Squyres 2016-01-05 12:09:53 -08:00
родитель 335e8bd858
Коммит e4bdad09c1
2 изменённых файлов: 2 добавлений и 8 удалений

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

@ -12,7 +12,7 @@
# All rights reserved.
# Copyright (c) 2011-2013 Los Alamos National Security, LLC.
# All rights reserved.
# Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2010-2016 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
# Copyright (c) 2015 Research Organization for Information Science
# and Technology (RIST). All rights reserved.
@ -61,9 +61,6 @@ AC_DEFUN([MCA_opal_pmix_pmix112_CONFIG],[
AC_SUBST([opal_pmix_pmix112_LIBS])
AC_SUBST([opal_pmix_pmix112_CPPFLAGS])])
# Finally, add a flag to support static builds
pmix_pmix112_WRAPPER_EXTRA_LIBS=-lpmix
CFLAGS=$opal_pmix_pmix112_save_CFLAGS
CPPFLAGS=$opal_pmix_pmix112_save_CPPFLAGS
LDFLAGS=$opal_pmix_pmix112_save_LDFLAGS

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

@ -12,7 +12,7 @@
# All rights reserved.
# Copyright (c) 2011-2013 Los Alamos National Security, LLC.
# All rights reserved.
# Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2010-2016 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
# Copyright (c) 2015 Research Organization for Information Science
# and Technology (RIST). All rights reserved.
@ -61,9 +61,6 @@ AC_DEFUN([MCA_opal_pmix_pmix120_CONFIG],[
AC_SUBST([opal_pmix_pmix120_LIBS])
AC_SUBST([opal_pmix_pmix120_CPPFLAGS])])
# Finally, add a flag to support static builds
pmix_pmix120_WRAPPER_EXTRA_LIBS=-lpmix
CFLAGS=$opal_pmix_pmix120_save_CFLAGS
CPPFLAGS=$opal_pmix_pmix120_save_CPPFLAGS
LDFLAGS=$opal_pmix_pmix120_save_LDFLAGS