From: Mark Spencer Date: Fri, 25 Jun 2004 22:56:28 +0000 (+0000) Subject: Add crypto to FreeBSD build (bug #1912) X-Git-Tag: 1.0.0-rc1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30ae193db2a8c81c186bcfff759fba29bf89a6b;p=thirdparty%2Fasterisk.git Add crypto to FreeBSD build (bug #1912) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3310 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 95c4aba642..4139ae75b9 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 \