Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 4065536

Browse files
committed
libompitrace: explicitly set the .so version
On master, this value is explicitly set to 0:0:0. On v2.x, set it to 20:0:0 (just so that it is different than master). Fixes open-mpi/ompi#1906. Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit open-mpi/ompi@2e0c3c7)
1 parent 4e9efd4 commit 4065536

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ompi/contrib/libompitrace/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
13-
# Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
13+
# Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
1414
# $COPYRIGHT$
1515
#
1616
# Additional copyrights may follow
@@ -41,3 +41,5 @@ libompitrace_la_SOURCES = \
4141
request_free.c \
4242
send.c \
4343
sendrecv.c
44+
45+
libompitrace_la_LDFLAGS = -version-info 20:0:0

0 commit comments

Comments
 (0)