]> git.ipfire.org Git - thirdparty/shadow.git/commit
libsubid: fix defining SONAME version 463/head
authorSam James <sam@gentoo.org>
Mon, 20 Dec 2021 01:37:23 +0000 (01:37 +0000)
committerSam James <sam@gentoo.org>
Mon, 20 Dec 2021 01:37:42 +0000 (01:37 +0000)
commite0d66b4be17a65871ff6acb8750edbc5db468de5
treebfef54b5dd0efff2a45c1436d44798df3d5c6c8b
parent868d7b34ea4abfcd25170c8e9d69e97fc55d6a2a
libsubid: fix defining SONAME version

We were overriding this when --enable-shared was passed. We can actually
just dump the conditional logic as libtool will do the right thing for
us here anyway.

Without this patch, libsubid is installed as .0.

Signed-off-by: Sam James <sam@gentoo.org>
configure.ac
libsubid/Makefile.am