changeset 24:c88e8f589c32

Add libpthread.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 18:08:49 +0300
parents 0dce9bac4043
children b6b0be5ac50c
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Aug 05 18:08:42 2013 +0300
+++ b/Makefile	Mon Aug 05 18:08:49 2013 +0300
@@ -13,7 +13,7 @@
 ### Depency library definitions
 ###
 BOOST_CFLAGS=-I/usr/include/
-BOOST_LDFLAGS=-lboost_thread -lboost_system
+BOOST_LDFLAGS=-lboost_thread -lboost_system -lpthread
 #/usr/lib/libboost_thread.a /usr/lib/libboost_system.a
 
 FREETYPE_CFLAGS=`pkg-config freetype2 --cflags`