From 86f0179bc003ffc34ffaa8d528a7a90153ac06c6 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 28 Jun 2021 08:33:57 +0200 Subject: 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 --- nptl_db/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/nptl_db/Makefile b/nptl_db/Makefile index ea721c1dcf..1f79c018a1 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) -- cgit v1.2.3