From 4735b99db2562494c59fa47277ffd7dee3b44fc1 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 16 Nov 2007 20:19:15 +0000 Subject: Forgot to specify -pthread when using threads --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec1b1ad..db6e665 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CC?=gcc OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage OPTS_production=-Os CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi -LDFLAGS+=-L../libowfat/ -lowfat +LDFLAGS+=-L../libowfat/ -lowfat -pthread BINARY =opentracker HEADERS=trackerlogic.h scan_urlencoded_query.h ot_mutex.h ot_stats.h ot_sync.h ot_vector.h ot_clean.h ot_udp.h ot_iovec.h ot_fullscrape.h ot_accesslist.h -- cgit v1.2.3