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>
11 lines
246 B
Diff
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@
|
|
|