]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
-pthread needs to be in CFLAGS
authorDirk Engling <erdgeist@erdgeist.org>
Thu, 4 Apr 2024 15:56:35 +0000 (17:56 +0200)
committerDirk Engling <erdgeist@erdgeist.org>
Thu, 4 Apr 2024 15:56:35 +0000 (17:56 +0200)
Makefile

index 3f32b1c4d9868143fb05da90861b8970998b7ccc..535b72b2b0b4649e30bbf386473a51e7a4d987a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ FEATURES+=-DWANT_FULLSCRAPE
 OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage
 OPTS_production=-O3
 
-CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-ansi -pedantic
+CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -pthread -Wextra #-ansi -pedantic
 LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz
 #LDFLAGS+=-lbsd