Skip to content
Snippets Groups Projects
Commit a30ae193 authored by Mark Spencer's avatar Mark Spencer
Browse files

Add crypto to FreeBSD build (bug #1912)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a466fdbc
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment