nptl_db: Install libthread_db under a regular implementation name

Currently, the name is always libthread_db-1.0.so.  It does not change
with the glibc version, like the other libraries.

GDB hard-codes libthread_db.so.1 (the soname), so this change does not
affect loading libthread_db.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Florian Weimer 2021-06-28 08:33:57 +02:00
parent 9429049c17
commit 86f0179bc0

View File

@ -21,8 +21,6 @@ subdir := nptl_db
include ../Makeconfig
nptl_db-version = 1.0
extra-libs = libthread_db
extra-libs-others := $(extra-libs)