]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
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 6efb48238b2c11bd3500f03196c4dc6b7fb5382b..a640415c37a754cd304a9cc369abd0d7ce233e5a 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 \