From 86061e5f2b7f2cde3edd25615de2e2bbd95b1ff9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 31 Oct 2003 06:19:53 +0000 Subject: gdb wants to dlopen "libthread_db.so.1", so be sure to assign the correct soname --- libpthread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/Makefile') diff --git a/libpthread/Makefile b/libpthread/Makefile index 9fe3759dd..5558a2360 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -93,7 +93,7 @@ shared: all fi; if [ -f $(LIBTHREAD_DB) ] ; then \ set -e; \ - $(LD) $(LDFLAGS) -soname=$(LIBTHREAD_DB_SHARED).$(MAJOR_VERSION) \ + $(LD) $(LDFLAGS) -soname=$(LIBTHREAD_DB_SHARED).1 \ -o $(LIBTHREAD_DB_SHARED_FULLNAME) $(START_FILES) --whole-archive $(LIBTHREAD_DB) \ --no-whole-archive $(TOPDIR)/libc/misc/internals/interp.o \ -L$(TOPDIR)/lib -lc $(END_FILES); \ -- cgit v1.2.3