[Pkg-voip-commits] [pjproject] 13/28: add 'v5' suffix to soname of libpjsua2-2
tzafrir at debian.org
tzafrir at debian.org
Mon Dec 21 06:05:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master-broken-2
in repository pjproject.
commit 90e9f09ae0a9b301715b55755944ecedacbc1014
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 074977d..7dc768c 100644
--- a/build.mak.in
+++ b/build.mak.in
@@ -245,7 +245,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