[Pkg-voip-commits] [pjproject] 31/45: add 'v5' suffix to soname of libpjsua2-2
Jonas Smedegaard
dr at jones.dk
Tue Jun 7 22:01:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository pjproject.
commit 163e66a1ce3475d66354f9a20bec250245661d7e
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