add -lpthread for linux

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2003-10-21 09:18:13 +00:00
parent bc69cfe5a4
commit 1692747009

View File

@@ -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