From b82ba8935e0ce29019dbe5b5721c1ed2645f0f30 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 21 Jun 2015 19:46:37 -0700 Subject: [PATCH] It seems that in Debian 7, -lpthread was automatically being used. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0be02d..25e5034 100644 --- 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 ######################################################################### ######################################################################### -- 2.34.1