]> rtime.felk.cvut.cz Git - orte.git/commit
Update versioning of shared libraries
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 15 Mar 2014 23:48:48 +0000 (00:48 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 15 Mar 2014 23:55:01 +0000 (00:55 +0100)
commit2d15fa4bf098bf2d203b7b589bb3cbbbce683fb3
tree15a21f0764f5d35e395da874428456e0b5c70ba0
parent7d011f60242aa676685457841fde5e778b91009b
Update versioning of shared libraries

Previously, we used -release to specify the SONAME, which would cause
binary incompatibility between releases even if the library is not
changed at all.  Additionally, libtool interface numbers were derived
from relase number in an undocumented way. This is removed as well and
now we have to modify SONAME manually, when the interface changes.
configure.ac
orte/libjorte/Makefile.am
orte/liborte/Makefile.am