[svn-commits] tilghman: trunk r298819 - in /trunk: ./ configure configure.ac

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 17 21:06:18 UTC 2010


Author: tilghman
Date: Fri Dec 17 15:06:13 2010
New Revision: 298819

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=298819
Log:
Merged revisions 298818 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r298818 | tilghman | 2010-12-17 15:04:21 -0600 (Fri, 17 Dec 2010) | 15 lines
  
  Merged revisions 298817 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r298817 | tilghman | 2010-12-17 15:03:06 -0600 (Fri, 17 Dec 2010) | 8 lines
    
    Also include PTHREAD_LIBS and PTHREAD_CFLAGS for SQLite 3, as it's needed on some platforms.
    
    (closes issue #18493)
     Reported by: pprindeville
     Patches: 
           asterisk-1.8-sqlite3.patch uploaded by pprindeville (license 347)
     Tested by: pprindeville
  ........
................

Modified:
    trunk/   (props changed)
    trunk/configure
    trunk/configure.ac

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/configure.ac
URL: http://svnview.digium.com/svn/asterisk/trunk/configure.ac?view=diff&rev=298819&r1=298818&r2=298819
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Dec 17 15:06:13 2010
@@ -1927,7 +1927,7 @@
 
 AST_EXT_LIB_CHECK([SQLITE], [sqlite], [sqlite_exec], [sqlite.h])
 
-AST_EXT_LIB_CHECK([SQLITE3], [sqlite3], [sqlite3_open], [sqlite3.h])
+AST_EXT_LIB_CHECK([SQLITE3], [sqlite3], [sqlite3_open], [sqlite3.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
 
 AST_EXT_LIB_CHECK([CRYPTO], [crypto], [AES_encrypt], [openssl/aes.h])
 




More information about the svn-commits mailing list