mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 21:24:35 +04:00
Version bump as preparation for Asterisk update. In other news: - upgrades ULRs to https - adds new configure switch --disable-darwin-ssl (doesn't apply to OpenWrt, but disable it explicitly anyway) - use INSTALL_DATA for pkg-config file - patch naming changed to be in line with Asterisk's patch naming, making maintenance easier - drops some patches, adds some new ones from Asterisk (mainly reverts of some pjproject commits which turned out to cause memory leaks) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
23 lines
618 B
Diff
23 lines
618 B
Diff
--- a/build.mak.in
|
|
+++ b/build.mak.in
|
|
@@ -292,7 +292,6 @@ export APP_LDLIBS := $(PJSUA_LIB_LDLIB)
|
|
$(PJLIB_LDLIB) \
|
|
@LIBS@
|
|
export APP_LDXXLIBS := $(PJSUA2_LIB_LDLIB) \
|
|
- -lstdc++ \
|
|
$(APP_LDLIBS)
|
|
|
|
# Here are the variabels to use if application is using the library
|
|
--- a/pjsip/build/Makefile
|
|
+++ b/pjsip/build/Makefile
|
|
@@ -152,8 +152,7 @@ export PJSUA2_LIB_LDFLAGS += $(PJSUA_LIB
|
|
$(PJNATH_LDLIB) \
|
|
$(PJLIB_UTIL_LDLIB) \
|
|
$(PJLIB_LDLIB) \
|
|
- $(_LDFLAGS) \
|
|
- -lstdc++
|
|
+ $(_LDFLAGS)
|
|
|
|
|
|
###############################################################################
|