From: Mark Spencer Date: Sun, 1 Aug 2004 18:48:37 +0000 (+0000) Subject: Fix OpenBSD compile (bug #2193) X-Git-Tag: 1.0.0-rc2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87787b05ae45fbf102e7bf7afa9364d4a2fbbc3c;p=thirdparty%2Fasterisk.git Fix OpenBSD compile (bug #2193) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3565 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 6efb48238b..a640415c37 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 \