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 33# Copyright (c) 2016 Research Organization for Information Science
44# and Technology (RIST). All rights reserved.
55# Copyright (c) 2017 IBM Corporation. All rights reserved.
6+ # Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
67# $COPYRIGHT$
78#
89# Additional copyrights may follow
@@ -37,11 +38,11 @@ AM_CPPFLAGS = \
3738mcacomponentdir = $(opallibdir )
3839mcacomponent_LTLIBRARIES = $(component_install )
3940mca_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 )
4142mca_reachable_netlink_la_LIBADD =
$(top_builddir ) /opal/lib@
[email protected] \ 4243 $(reachable_netlink_LIBS )
4344
4445noinst_LTLIBRARIES = $(component_noinst )
4546libmca_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 )
4748libmca_reachable_netlink_la_LIBADD = $(reachable_netlink_LIBS )
You can’t perform that action at this time.
0 commit comments