summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-12-04 12:27:21 -0600
committerSteven Noonan <steven@uplinklabs.net>2009-12-04 10:38:01 -0800
commit36f23f4ab85101aa7acaf76aa433dd86b4018f99 (patch)
tree9f7a854c993593c9a7d2e08a066fa5af6a6dff7f
parent4a10fcf0a1c02d83dc8c2accce057ab180544e5a (diff)
downloadcrawl-ref-36f23f4ab85101aa7acaf76aa433dd86b4018f99.tar.gz
crawl-ref-36f23f4ab85101aa7acaf76aa433dd86b4018f99.zip
rltiles/makefile: add -lpthread on Linux to avoid missing pthread symbols
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
-rw-r--r--crawl-ref/source/rltiles/makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/rltiles/makefile.unix b/crawl-ref/source/rltiles/makefile.unix
index 3a6f317580..04c3900e1b 100644
--- a/crawl-ref/source/rltiles/makefile.unix
+++ b/crawl-ref/source/rltiles/makefile.unix
@@ -24,7 +24,7 @@ ifeq ($(uname_S),Darwin)
LDFLAGS += -framework AppKit -framework AudioUnit -framework Carbon -framework IOKit -framework OpenGL
endif
ifeq ($(uname_S),Linux)
-LDFLAGS += -ldl
+LDFLAGS += -ldl -lpthread
endif
# Attempt to use a full compiler name, to make