[Asterisk-cvs] asterisk Makefile,1.103,1.104
markster at lists.digium.com
markster at lists.digium.com
Sun Aug 1 15:02:35 CDT 2004
Update of /usr/cvsroot/asterisk
In directory localhost.localdomain:/tmp/cvs-serv26081
Modified Files:
Makefile
Log Message:
Fix OpenBSD compile (bug #2193)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- Makefile 1 Aug 2004 14:19:04 -0000 1.103
+++ Makefile 1 Aug 2004 18:48:37 -0000 1.104
@@ -175,6 +175,9 @@
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 \
More information about the svn-commits
mailing list