]> git.pld-linux.org Git - packages/asterisk.git/blob - bundled_pjproject_libs.patch
Version: 15.2.2
[packages/asterisk.git] / bundled_pjproject_libs.patch
1 diff -dur asterisk-15.2.2.orig/main/Makefile asterisk-15.2.2/main/Makefile
2 --- asterisk-15.2.2.orig/main/Makefile  2018-03-12 10:54:07.000000000 +0100
3 +++ asterisk-15.2.2/main/Makefile       2018-03-12 11:20:07.000000000 +0100
4 @@ -273,7 +273,7 @@
5  
6  $(ASTPJ_LIB).$(ASTPJ_SO_VERSION): _ASTLDFLAGS+=-Wl,-soname=$(ASTPJ_LIB).$(ASTPJ_SO_VERSION) $(PJ_LDFLAGS)
7  $(ASTPJ_LIB).$(ASTPJ_SO_VERSION): _ASTCFLAGS+=-fPIC -DAST_MODULE=\"asteriskpj\" -DAST_NOT_MODULE $(PJ_CFLAGS)
8 -$(ASTPJ_LIB).$(ASTPJ_SO_VERSION): LIBS+=$(PJPROJECT_LDLIBS) $(OPENSSL_LIB) $(UUID_LIB) -lm -lpthread $(RT_LIB)
9 +$(ASTPJ_LIB).$(ASTPJ_SO_VERSION): LIBS+=$(PJPROJECT_LDLIBS) -lbcg729 $(OPENSSL_LIB) $(UUID_LIB) -lm -lpthread $(RT_LIB)
10  ifeq ($(GNU_LD),1)
11      $(ASTPJ_LIB).$(ASTPJ_SO_VERSION): SO_SUPPRESS_SYMBOLS=-Wl,--version-script,libasteriskpj.exports,--warn-common
12  endif
This page took 0.095269 seconds and 3 git commands to generate.