summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-25 22:56:28 +0000
committerMark Spencer <markster@digium.com>2004-06-25 22:56:28 +0000
commita30ae193db2a8c81c186bcfff759fba29bf89a6b (patch)
tree8f009ecc8da16d4e36f3c59454a58b6bc616b9f3
parenta466fdbc4004a32db007322141b6b0fa49236a6e (diff)
Add crypto to FreeBSD build (bug #1912)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 95c4aba64..4139ae75b 100755
--- 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 \