Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv26665/src/backends/monet5/merovingian

Modified Files:
        Makefile.ag 
Log Message:
propagated changes of Tuesday Apr 20 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/04/20 - sjoerd: src/backends/monet5/merovingian/Makefile.ag,1.15.2.1
  If you use pthreads, link with the library.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/Makefile.ag,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.ag 13 Apr 2010 16:47:48 -0000      1.17
+++ Makefile.ag 20 Apr 2010 08:03:52 -0000      1.18
@@ -58,7 +58,8 @@
                $(MONETDB5_LIBS) -lmonetdb5 \
                $(MONETDB_LIBS) -lbat -lstream \
                $(SOCKET_LIBS) \
-               $(MALLOC_LIBS)
+               $(MALLOC_LIBS) \
+               $(PTHREAD_LIBS)
 }
 
 bin_monetdb = {


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to