added -lpthread to the link line for Linux builds. Seems Red Hat 7.3
turns up undefined symbols without it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user