It seems that in Debian 7, -lpthread was automatically being used.
authorDavid Griffith <dave@661.org>
Mon, 22 Jun 2015 02:46:37 +0000 (19:46 -0700)
committerDavid Griffith <dave@661.org>
Mon, 22 Jun 2015 02:46:37 +0000 (19:46 -0700)
Makefile

index d0be02def48a6cfd94dee37391101166b3b473be..25e5034f3f7791b66d32b8e8e527f2ff43ef87a8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ TARGETS = $(COMMON_TARGET) $(CURSES_TARGET) $(BLORB_TARGET)
 
 FLAGS = $(OPTS) $(INCL)
 
-SOUND_LIB = -lao -ldl -lm -lsndfile -lvorbisfile -lmodplug -lsamplerate
+SOUND_LIB = -lao -ldl -lpthread -lm -lsndfile -lvorbisfile -lmodplug -lsamplerate
 
 #########################################################################
 #########################################################################