projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc69cfe
)
add -lpthread for linux
author
Jeremy McNamara
<jj@nufone.net>
Tue, 21 Oct 2003 09:18:13 +0000
(09:18 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Tue, 21 Oct 2003 09:18:13 +0000
(09:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1640
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
121c07b
..
f429c25
100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-132,7
+132,7
@@
CFLAGS+= $(OPTIONS)
CFLAGS+=# -fomit-frame-pointer
SUBDIRS=res channels pbx apps codecs formats agi cdr astman
ifeq (${OSARCH},Linux)
-LIBS=-ldl
+LIBS=-ldl -lpthread
endif
ifeq (${OSARCH},OpenBSD)
LIBS=-pthread