Skip to content
Snippets Groups Projects
Commit 16927470 authored by Jeremy McNamara's avatar Jeremy McNamara
Browse files

add -lpthread for linux

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent bc69cfe5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment