telephony/libs/pjproject/patches/0001-change_linker.patch
Sebastian Kemper 9ea4a8b49b pjproject: bump to version 2.9
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>
2019-10-11 18:06:20 +02:00

11 lines
246 B
Diff

--- a/build/cc-auto.mak.in
+++ b/build/cc-auto.mak.in
@@ -2,7 +2,7 @@ export CC = @CC@ -c
export CXX = @CXX@ -c
export AR = @AR@
export AR_FLAGS = @AR_FLAGS@
-export LD = @LD@
+export LD = @CXX@
export LDOUT = -o
export RANLIB = @RANLIB@