aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-21 09:18:13 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-21 09:18:13 +0000
commit6d151c2e13b4d3bdf3727fa79e559e3a90b0026c (patch)
tree98f44fd7cf32afcb51a377025a7751ca44215f3f /Makefile
parentae567cff034f3728b749ad80410769f87a224ccf (diff)
add -lpthread for linux
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1640 f38db490-d61c-443f-a65b-d21fe96a405b
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