mirror of
git://erdgeist.org/opentracker
synced 2025-03-12 13:41:12 +00:00
Forgot to specify -pthread when using threads
This commit is contained in:
parent
6458a37d82
commit
4735b99db2
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ CC?=gcc
|
|||||||
OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage
|
OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage
|
||||||
OPTS_production=-Os
|
OPTS_production=-Os
|
||||||
CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi
|
CFLAGS+=-I../libowfat -Wall -pipe -Wextra #-pedantic -ansi
|
||||||
LDFLAGS+=-L../libowfat/ -lowfat
|
LDFLAGS+=-L../libowfat/ -lowfat -pthread
|
||||||
|
|
||||||
BINARY =opentracker
|
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user