projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f2b8f8
)
Fix OpenBSD compile (bug #2193)
author
Mark Spencer
<markster@digium.com>
Sun, 1 Aug 2004 18:48:37 +0000
(18:48 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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 \