mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 19:02:14 +00:00
pjproject: use g++ as a linker
this seems to fix a strange error where the last stage cannot find libgcc.a or libgcc.so only compile tested Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
committed by
Daniel Golle
parent
409394e6ea
commit
b503392f2e
11
libs/pjproject/patches/001-change_linker.patch
Normal file
11
libs/pjproject/patches/001-change_linker.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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@
|
||||
|
||||
Reference in New Issue
Block a user