]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add crypto to FreeBSD build (bug #1912)
authorMark Spencer <markster@digium.com>
Fri, 25 Jun 2004 22:56:28 +0000 (22:56 +0000)
committerMark Spencer <markster@digium.com>
Fri, 25 Jun 2004 22:56:28 +0000 (22:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3310 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 95c4aba6428745e2b091b6247f491db28ff81dfc..4139ae75b9f8a477d0d3eb92f1d544230052ee37 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -171,6 +171,9 @@ endif
 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 \