From: David Griffith Date: Mon, 22 Jun 2015 02:46:37 +0000 (-0700) Subject: It seems that in Debian 7, -lpthread was automatically being used. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=b82ba8935e0ce29019dbe5b5721c1ed2645f0f30;p=liskon_frotz.git It seems that in Debian 7, -lpthread was automatically being used. --- 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 ######################################################################### #########################################################################