diff options
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/Makefile | 4 | ||||
-rw-r--r-- | libpthread/linuxthreads_db/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index f8ab00a2b..8a726fe69 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -22,11 +22,11 @@ include $(TOPDIR)Rules.mak #Adjust the soname version to avoid namespace collisions with glibc's libpthread LIBPTHREAD=libpthread.a LIBPTHREAD_SHARED=libpthread.so -LIBPTHREAD_SHARED_FULLNAME=libpthread-$(MAJOR_VERSION).$(MINOR_VERSION).so +LIBPTHREAD_SHARED_FULLNAME=libpthread-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so LIBTHREAD_DB=libthread_db.a LIBTHREAD_DB_SHARED=libthread_db.so -LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).so +LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so DIRS= ifeq ($(strip $(INCLUDE_THREADS)),true) 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!) |