diff options
Diffstat (limited to 'libpthread/linuxthreads_db/Makefile')
-rw-r--r-- | libpthread/linuxthreads_db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/Makefile b/libpthread/linuxthreads_db/Makefile index 568369108..4725993d2 100644 --- a/libpthread/linuxthreads_db/Makefile +++ b/libpthread/linuxthreads_db/Makefile @@ -21,7 +21,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak #Adjust the soname version to avoid namespace collisions with glibc's libpthread -PT_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) +PT_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) LIBPTHREAD=../libpthread.a # set up system dependencies include dirs (NOTE: order matters!) |