From e9a065f8aaadfbd9d4b01543b4caf8256861532b Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Mon, 9 Jan 2023 22:47:50 +0100 Subject: [PATCH] Add -pthread to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a6a908..3b2ccb6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-std=gnu11 -Wno-unused-but-set-variable -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_POSIX_C_SOURCE=200809L -LDFLAGS=-lssl -lcrypto -lmagic -lz -lmaxminddb -lbrotlienc +LDFLAGS=-pthread -lssl -lcrypto -lmagic -lz -lmaxminddb -lbrotlienc DEBIAN_OPTS=-D CACHE_MAGIC_FILE="\"/usr/share/file/magic.mgc\"" -D PHP_FPM_SOCKET="\"/var/run/php/php7.4-fpm.sock\""