allow setting soname without suffix or prefix
authorAisha Tammy <gentoo@aisha.cc>
Mon, 2 Nov 2020 13:04:53 +0000 (13:04 +0000)
committerAisha Tammy <gentoo@aisha.cc>
Mon, 2 Nov 2020 13:04:53 +0000 (13:04 +0000)
commit60997ddd73b00dcdd86086e166483fcc70aa2a3d
treef63f8b5eb99e1180077ecf4bb4078e9730dd85ab
parentfab952bee4ba65dd9950aef739dda1813facfe76
allow setting soname without suffix or prefix

Allows to create a library with a different
SONAME without the need to add suffixes to symbols
Backwards compatible and should have no effect
on the workflow and previous users.
Useful for allowing INTERFACE64 library alongside
the standard library without file conflicts
Makefile.install
Makefile.system