From: Sébastien Noel <sebastien@twolife.be>
Last-Update: 2025-03-14
Forwarded: not-needed
Description: fix build
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -16,7 +16,7 @@
 STRIP = @STRIP@
 CFLAGS = @CFLAGS@ -I.. -I$(top_srcdir) @SSL_INCLUDES@ @DEFS@ $(CFLGS)
 CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -pthread
 
 XLIBS = @SSL_LIBS@ @TCL_LIB_SPEC@ @LIBS@
 
