[Pkg-voip-commits] [pjproject] 02/09: add 'v5' suffix to soname of libpjsua2-2

tzafrir at debian.org tzafrir at debian.org
Thu Nov 5 06:50:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository pjproject.

commit c9d40b9830767ef21a09eaa15272f9ca0ce08bfc
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Thu Nov 5 04:55:06 2015 +0200

    add 'v5' suffix to soname of libpjsua2-2
    
    pjsua2 is a C++ library and its SONAME needs to be bumped as its ABI has
    changed with GCC 5 (using C++11 ABI).
    
    Remove this patch once the ABI for all libraries has been bumped.
---
 build.mak.in         | 2 +-
 pjsip/build/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.mak.in b/build.mak.in
index 4555ae9..93d3ff7 100644
--- a/build.mak.in
+++ b/build.mak.in
@@ -252,7 +252,7 @@ export ADD_LIB_FILES := $(PJ_DIR)/pjsip/lib/libpjsua.$(SHLIB_SUFFIX).$(PJ_VERSIO
 
 APP_LIB_FILES += $(ADD_LIB_FILES)
 
-APP_LIBXX_FILES += $(PJ_DIR)/pjsip/lib/libpjsua2.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/pjsip/lib/libpjsua2.$(SHLIB_SUFFIX) \
+APP_LIBXX_FILES += $(PJ_DIR)/pjsip/lib/libpjsua2.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR)v5 $(PJ_DIR)/pjsip/lib/libpjsua2.$(SHLIB_SUFFIX) \
 	$(ADD_LIB_FILES)
 endif
 
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index a9bd5ad..eef4176 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -34,7 +34,7 @@ export PJSIP_SIMPLE_SHLIB := $(PJSIP_SIMPLE_SONAME).$(PJ_VERSION_MAJOR)
 export PJSUA_LIB_SONAME := libpjsua.$(SHLIB_SUFFIX)
 export PJSUA_LIB_SHLIB := $(PJSUA_LIB_SONAME).$(PJ_VERSION_MAJOR)
 export PJSUA2_LIB_SONAME := libpjsua2.$(SHLIB_SUFFIX)
-export PJSUA2_LIB_SHLIB := $(PJSUA2_LIB_SONAME).$(PJ_VERSION_MAJOR)
+export PJSUA2_LIB_SHLIB := $(PJSUA2_LIB_SONAME).$(PJ_VERSION_MAJOR)v5
 endif
 
 ###############################################################################

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git



More information about the Pkg-voip-commits mailing list