# HG changeset patch # User truelight # Date 1119107315 0 # Node ID ad89ff734571eef91276751cc5641286f20bf324 # Parent e2411936f1ff4913ff38a908b027f56a88db0d94 (svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this... diff -r e2411936f1ff -r ad89ff734571 Makefile --- a/Makefile Sat Jun 18 10:02:47 2005 +0000 +++ b/Makefile Sat Jun 18 15:08:35 2005 +0000 @@ -219,8 +219,10 @@ endif # remove the dependancy for sdl if DEDICALTED is used +# and add -lpthread to LDFLAGS, because SDL normally adds that... ifdef DEDICATED WITH_SDL:= +LDFLAGS+=-lpthread endif