Skip to content

Commit e4bdad0

Browse files
committed
pmix: remove extra wrapper LIBS
These extra libs are now no longer necessary. Fixes open-ompi/ompi#1281.
1 parent 335e8bd commit e4bdad0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

opal/mca/pmix/pmix112/configure.m4

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# All rights reserved.
1313
# Copyright (c) 2011-2013 Los Alamos National Security, LLC.
1414
# All rights reserved.
15-
# Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
15+
# Copyright (c) 2010-2016 Cisco Systems, Inc. All rights reserved.
1616
# Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
1717
# Copyright (c) 2015 Research Organization for Information Science
1818
# and Technology (RIST). All rights reserved.
@@ -61,9 +61,6 @@ AC_DEFUN([MCA_opal_pmix_pmix112_CONFIG],[
6161
AC_SUBST([opal_pmix_pmix112_LIBS])
6262
AC_SUBST([opal_pmix_pmix112_CPPFLAGS])])
6363

64-
# Finally, add a flag to support static builds
65-
pmix_pmix112_WRAPPER_EXTRA_LIBS=-lpmix
66-
6764
CFLAGS=$opal_pmix_pmix112_save_CFLAGS
6865
CPPFLAGS=$opal_pmix_pmix112_save_CPPFLAGS
6966
LDFLAGS=$opal_pmix_pmix112_save_LDFLAGS

opal/mca/pmix/pmix120/configure.m4

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# All rights reserved.
1313
# Copyright (c) 2011-2013 Los Alamos National Security, LLC.
1414
# All rights reserved.
15-
# Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
15+
# Copyright (c) 2010-2016 Cisco Systems, Inc. All rights reserved.
1616
# Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
1717
# Copyright (c) 2015 Research Organization for Information Science
1818
# and Technology (RIST). All rights reserved.
@@ -61,9 +61,6 @@ AC_DEFUN([MCA_opal_pmix_pmix120_CONFIG],[
6161
AC_SUBST([opal_pmix_pmix120_LIBS])
6262
AC_SUBST([opal_pmix_pmix120_CPPFLAGS])])
6363

64-
# Finally, add a flag to support static builds
65-
pmix_pmix120_WRAPPER_EXTRA_LIBS=-lpmix
66-
6764
CFLAGS=$opal_pmix_pmix120_save_CFLAGS
6865
CPPFLAGS=$opal_pmix_pmix120_save_CPPFLAGS
6966
LDFLAGS=$opal_pmix_pmix120_save_LDFLAGS

0 commit comments

Comments
 (0)