diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-28 08:33:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-28 08:33:57 +0200 |
commit | 86f0179bc003ffc34ffaa8d528a7a90153ac06c6 (patch) | |
tree | 65323a1ec5b7bf6d854e2092c8857e1ecce3f5e2 /nptl_db/Makefile | |
parent | 9429049c178b3af3d6afeb3717ff1f2214dc9572 (diff) | |
download | glibc-86f0179bc003ffc34ffaa8d528a7a90153ac06c6.tar.gz glibc-86f0179bc003ffc34ffaa8d528a7a90153ac06c6.tar.xz glibc-86f0179bc003ffc34ffaa8d528a7a90153ac06c6.zip |
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>
Diffstat (limited to 'nptl_db/Makefile')
-rw-r--r-- | nptl_db/Makefile | 2 |
1 files changed, 0 insertions, 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) |