From: Florian Weimer Date: Mon, 28 Jun 2021 06:33:57 +0000 (+0200) Subject: nptl_db: Install libthread_db under a regular implementation name X-Git-Tag: glibc-2.34~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86f0179bc003ffc34ffaa8d528a7a90153ac06c6;p=thirdparty%2Fglibc.git 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 Tested-by: Carlos O'Donell --- diff --git a/nptl_db/Makefile b/nptl_db/Makefile index ea721c1dcfc..1f79c018a1f 100644 --- a/nptl_db/Makefile +++ b/nptl_db/Makefile @@ -21,8 +21,6 @@ subdir := nptl_db include ../Makeconfig -nptl_db-version = 1.0 - extra-libs = libthread_db extra-libs-others := $(extra-libs)