From: Michael Jerris Date: Tue, 25 Feb 2014 19:26:55 +0000 (-0500) Subject: FS-6015: --resolve sqlite cross compile fixes X-Git-Tag: v1.5.8~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c20d4dcef9e46ed248c68da61b99673b0ec13c;p=thirdparty%2Ffreeswitch.git FS-6015: --resolve sqlite cross compile fixes --- diff --git a/libs/sqlite/configure.ac b/libs/sqlite/configure.ac index 094548bc71..a08cc6fa57 100644 --- a/libs/sqlite/configure.ac +++ b/libs/sqlite/configure.ac @@ -323,6 +323,7 @@ fi AC_SUBST(THREADSAFE) if test "$THREADSAFE" = "1"; then + CC=$TARGET_CC LIBS="" AC_CHECK_LIB(pthread, pthread_create) TARGET_THREAD_LIB="$LIBS"