[Asterisk-cvs] asterisk Makefile,1.97,1.98
markster at lists.digium.com
markster at lists.digium.com
Fri Jun 25 19:10:40 CDT 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv13301
Modified Files:
Makefile
Log Message:
Add crypto to FreeBSD build (bug #1912)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Makefile 25 Jun 2004 04:06:11 -0000 1.97
+++ Makefile 25 Jun 2004 22:56:28 -0000 1.98
@@ -171,6 +171,9 @@
ifeq (${OSARCH},Darwin)
LIBS+=-lresolv
endif
+ifeq (${OSARCH},FreeBSD)
+LIBS+=-lcrypto
+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