File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
opal/mca/reachable/netlink Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Copyright (c) 2016 Research Organization for Information Science
4
4
# and Technology (RIST). All rights reserved.
5
5
# Copyright (c) 2017 IBM Corporation. All rights reserved.
6
+ # Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
6
7
# $COPYRIGHT$
7
8
#
8
9
# Additional copyrights may follow
@@ -37,11 +38,11 @@ AM_CPPFLAGS = \
37
38
mcacomponentdir = $(opallibdir )
38
39
mcacomponent_LTLIBRARIES = $(component_install )
39
40
mca_reachable_netlink_la_SOURCES = $(sources )
40
- mca_reachable_netlink_la_LDFLAGS = -module -avoid-version
41
+ mca_reachable_netlink_la_LDFLAGS = -module -avoid-version $( reachable_netlink_LDFLAGS )
41
42
mca_reachable_netlink_la_LIBADD =
$(top_builddir ) /opal/lib@
[email protected] \
42
43
$(reachable_netlink_LIBS )
43
44
44
45
noinst_LTLIBRARIES = $(component_noinst )
45
46
libmca_reachable_netlink_la_SOURCES =$(sources )
46
- libmca_reachable_netlink_la_LDFLAGS = -module -avoid-version
47
+ libmca_reachable_netlink_la_LDFLAGS = -module -avoid-version $( reachable_netlink_LDFLAGS )
47
48
libmca_reachable_netlink_la_LIBADD = $(reachable_netlink_LIBS )
You can’t perform that action at this time.
0 commit comments