summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-10-21 09:18:13 +0000
committerJeremy McNamara <jj@nufone.net>2003-10-21 09:18:13 +0000
commit169274700956f49cbf75dbd6310153d23e88ab47 (patch)
tree98f44fd7cf32afcb51a377025a7751ca44215f3f /Makefile
parentbc69cfe5a4cf3d308b79c88ff6c325534703fe20 (diff)
add -lpthread for linux
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 121c07b52..f429c25c9 100755
--- 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