[Pkg-voip-commits] [pjproject] 09/18: add 'v5' suffix to soname of	libpjsua2-2
    Bernhard Schmidt 
    berni at moszumanska.debian.org
       
    Tue Nov  1 22:12:02 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
berni pushed a commit to branch master
in repository pjproject.
commit ef057592fc4cef48537faedb9a356b8bf968dde0
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 27d1517..cf09e4a 100644
--- a/build.mak.in
+++ b/build.mak.in
@@ -265,7 +265,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