changeset 1952:5de8c5905370 draft

(svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this...
author truelight <truelight@openttd.org>
date Sat, 18 Jun 2005 15:08:35 +0000
parents 037f56b7aefc
children c420038a5c91
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -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