mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-6015: --resolve sqlite cross compile fixes
This commit is contained in:
parent
33780fca07
commit
d6c20d4dce
@ -323,6 +323,7 @@ fi
|
|||||||
AC_SUBST(THREADSAFE)
|
AC_SUBST(THREADSAFE)
|
||||||
|
|
||||||
if test "$THREADSAFE" = "1"; then
|
if test "$THREADSAFE" = "1"; then
|
||||||
|
CC=$TARGET_CC
|
||||||
LIBS=""
|
LIBS=""
|
||||||
AC_CHECK_LIB(pthread, pthread_create)
|
AC_CHECK_LIB(pthread, pthread_create)
|
||||||
TARGET_THREAD_LIB="$LIBS"
|
TARGET_THREAD_LIB="$LIBS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user