Fix OpenBSD compile (bug #2193)
authorMark Spencer <markster@digium.com>
Sun, 1 Aug 2004 18:48:37 +0000 (18:48 +0000)
committerMark Spencer <markster@digium.com>
Sun, 1 Aug 2004 18:48:37 +0000 (18:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3565 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 6efb482..a640415 100755 (executable)
--- 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 \