]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Forgot to specify -pthread when using threads
authorerdgeist <>
Fri, 16 Nov 2007 20:19:15 +0000 (20:19 +0000)
committererdgeist <>
Fri, 16 Nov 2007 20:19:15 +0000 (20:19 +0000)
Makefile

index ec1b1adb127729b0c33239068df4c0bc034b5dea..db6e665870c3a018212cfff6546dee2b0fa35e7c 100644 (file)
--- 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