Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f7990
)
It seems that in Debian 7, -lpthread was automatically being used.
author
David Griffith
<dave@661.org>
Mon, 22 Jun 2015 02:46:37 +0000
(19:46 -0700)
committer
David Griffith
<dave@661.org>
Mon, 22 Jun 2015 02:46:37 +0000
(19:46 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 -l
pthread -l
m -lsndfile -lvorbisfile -lmodplug -lsamplerate
#########################################################################
#########################################################################