public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* liblockdep soname versioning
@ 2014-04-01 12:56 Josh Boyer
  2014-04-01 13:19 ` Sasha Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Josh Boyer @ 2014-04-01 12:56 UTC (permalink / raw)
  To: Sasha Levin; +Cc: Linux-Kernel@Vger. Kernel. Org

Hi Sasha,

We've had a request [1] to package up liblockdep in Fedora.  Looking
things over, I noticed the library isn't actually versioned at all and
instead just builds a plain .so file.  That's likely fine during
development of it, but if distros are to ship it for broader use then
it would be a good idea to specify the soname and use a versioned .so.

The makefile already has LIBLOCKDEP_VERSION defined.  Would it be
possible to use this as the soname and version number?  Then
liblockdep.so could be the normal symlink to the versioned .so
(liblockdep.so.0.0.1 in this case).

Thanks.

josh

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1082763

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-01 15:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 12:56 liblockdep soname versioning Josh Boyer
2014-04-01 13:19 ` Sasha Levin
2014-04-01 13:28   ` Josh Boyer
2014-04-01 13:35     ` Sasha Levin
2014-04-01 15:33       ` Sasha Levin
2014-04-01 15:34         ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox