From c0360c15bc21ed19be9abe0e02694e1bdce2614d Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Thu, 11 Jul 2002 23:30:18 +0000 Subject: [PATCH] added -lpthread to the link line for Linux builds. Seems Red Hat 7.3 turns up undefined symbols without it. --- Make/makedefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make/makedefs b/Make/makedefs index ab412ab5d..ea0a77331 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -195,7 +195,7 @@ endif -lpfrot -lpfscale -lpfsgf -lpfsgo -lpfsphere -lpfsv \ -lpftri -lpfunc -lpfvct -lpfdu -lpfutil -lpf SOCKET_LIBS = - OTHER_LIBS = + OTHER_LIBS = -lpthread PNG_LIBS = -lpng JPEG_LIBS = -ljpeg TIFF_LIB = -ltiff