Skip to content

Commit 4a18b7c

Browse files
committed
yalla: fix Makefile.am LDFLAGS
(cherry picked from commit open-mpi/ompi@6b2fe91)
1 parent e61f26f commit 4a18b7c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ompi/mca/pml/yalla/Makefile.am

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#
2-
# Copyright (C) Mellanox Technologies Ltd. 2001-2014. ALL RIGHTS RESERVED.
2+
# Copyright (c) 2001-2014 Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
3+
# Copyright (c) 2015 Research Organization for Information Science
4+
# and Technology (RIST). All rights reserved.
35
# $COPYRIGHT$
46
#
57
# Additional copyrights may follow
@@ -36,10 +38,10 @@ mcacomponentdir = $(ompilibdir)
3638
mcacomponent_LTLIBRARIES = $(component_install)
3739
mca_pml_yalla_la_SOURCES = $(local_sources)
3840
mca_pml_yalla_la_LIBADD = $(pml_yalla_LIBS)
39-
mca_pml_yalla_la_LDFLAGS = -module -avoid-version
41+
mca_pml_yalla_la_LDFLAGS = -module -avoid-version $(pml_yalla_LDFLAGS)
4042

4143
noinst_LTLIBRARIES = $(component_noinst)
4244
libmca_pml_yalla_la_SOURCES = $(local_sources)
4345
libmca_pml_yalla_la_LIBADD = $(pml_yalla_LIBS)
44-
libmca_pml_yalla_la_LDFLAGS = -module -avoid-version
46+
libmca_pml_yalla_la_LDFLAGS = -module -avoid-version $(pml_yalla_LDFLAGS)
4547

0 commit comments

Comments
 (0)