pjproject: bump to 2.10 + sync with asterisk
[feed/telephony.git] / libs / pjproject / patches / 0005-remove-hardcoded-lstdc++.patch
1 --- a/build.mak.in
2 +++ b/build.mak.in
3 @@ -296,7 +296,6 @@ export APP_LDLIBS := $(PJSUA_LIB_LDLIB)
4 $(PJLIB_LDLIB) \
5 @LIBS@
6 export APP_LDXXLIBS := $(PJSUA2_LIB_LDLIB) \
7 - -lstdc++ \
8 $(APP_LDLIBS)
9
10 # Here are the variabels to use if application is using the library
11 --- a/pjsip/build/Makefile
12 +++ b/pjsip/build/Makefile
13 @@ -152,8 +152,7 @@ export PJSUA2_LIB_LDFLAGS += $(PJSUA_LIB
14 $(PJNATH_LDLIB) \
15 $(PJLIB_UTIL_LDLIB) \
16 $(PJLIB_LDLIB) \
17 - $(_LDFLAGS) \
18 - -lstdc++
19 + $(_LDFLAGS)
20
21
22 ###############################################################################