fix uclibc cross compile issues (stolen from http://astlinux.svn.sourceforge.net/viewvc/astlinux/trunk/package/freeswitch/freeswitch-sqlite-make.patch?revision=2455)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15531 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bc72d99096
commit
f014620eb1
|
@ -107,8 +107,8 @@ LIBTOOL = ./libtool
|
|||
ALLOWRELEASE = @ALLOWRELEASE@
|
||||
|
||||
# libtool compile/link/install
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(TCC)
|
||||
LTLINK = $(LIBTOOL) --mode=link $(TCC)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(TCC)
|
||||
LTLINK = $(LIBTOOL) --tag=CC --mode=link $(TCC)
|
||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||
|
||||
# nawk compatible awk.
|
||||
|
|
Loading…
Reference in New Issue