mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
pjproject_bundled: Fix missing inclusion of symbols
Added back in a -g3, and an -O3 when DONT_OPTIMIZE is not set, to the CFLAGS. Not sure how they went missing. Also fixed an uninstall problem where we weren't removing the symlink from libasteriskpj.so.2 to libasteriskpj.so. While I was there, I fixed it for libasteriskssl as well. Change-Id: I9e00873b1e9082d05b5549d974534b48a2142556
This commit is contained in:
2
third-party/Makefile
vendored
2
third-party/Makefile
vendored
@@ -13,7 +13,7 @@ override MAKECMDGOALS?=all
|
||||
MAKECMDGOALS:=$(subst dist-clean,distclean,$(MAKECMDGOALS))
|
||||
MAKECMDGOALS:=$(subst tpclean,clean,$(MAKECMDGOALS))
|
||||
|
||||
all distclean dist-clean install tpclean : $(TP_SUBDIRS)
|
||||
all distclean dist-clean install uninstall tpclean : $(TP_SUBDIRS)
|
||||
install uninstall: $(TP_INSTALL_SUBDIRS)
|
||||
|
||||
$(TP_SUBDIRS):
|
||||
|
Reference in New Issue
Block a user