mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-6015: --resolve sqlite cross compile fixes
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user