]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Starting from root v5-19-04 we need also pthread library.
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Jun 2008 09:52:43 +0000 (09:52 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Jun 2008 09:52:43 +0000 (09:52 +0000)
Makefile

index da8bc89c945216619cb57b5e054fcde8a0deea36..1452fe404b3b618879d6dd41244c431e8be0de0f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -354,7 +354,7 @@ alimdc-static: $(LIBPATH) $(BINPATH) $(RAWDatabaseALIB) $(MDCALIB) $(ESDALIB) $(
         $(LIBPATH)/libAliMDC.a \
         $(ROOTALIBDIR)/libRoot.a \
         $(ROOTALIBDIR)/libfreetype.a $(ROOTALIBDIR)/libpcre.a \
-        -ldl
+        -pthread -ldl
 
 alilibs-static: $(LIBPATH) modules $(ALLALIBS)