summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-08-01 18:48:37 +0000
committerMark Spencer <markster@digium.com>2004-08-01 18:48:37 +0000
commit87787b05ae45fbf102e7bf7afa9364d4a2fbbc3c (patch)
tree07c80f3b5c92d6cb99b3303a707a77e3ace68de2
parent4f2b8f8e9a9a80e838ed2fcc86222998a3d3d3e6 (diff)
Fix OpenBSD compile (bug #2193)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6efb48238..a640415c3 100755
--- a/Makefile
+++ b/Makefile
@@ -175,6 +175,9 @@ endif
ifeq (${OSARCH},FreeBSD)
LIBS+=-lcrypto
endif
+ifeq (${OSARCH},OpenBSD)
+LIBS=-lcrypto -lpthread -lm -lncurses
+endif
LIBS+=-lssl
OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \
translate.o file.o say.o pbx.o cli.o md5.o term.o \