mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Add crypto to FreeBSD build (bug #1912)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
Makefile
3
Makefile
@@ -171,6 +171,9 @@ endif
|
|||||||
ifeq (${OSARCH},Darwin)
|
ifeq (${OSARCH},Darwin)
|
||||||
LIBS+=-lresolv
|
LIBS+=-lresolv
|
||||||
endif
|
endif
|
||||||
|
ifeq (${OSARCH},FreeBSD)
|
||||||
|
LIBS+=-lcrypto
|
||||||
|
endif
|
||||||
LIBS+=-lssl
|
LIBS+=-lssl
|
||||||
OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \
|
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 \
|
translate.o file.o say.o pbx.o cli.o md5.o term.o \
|
||||||
|
Reference in New Issue
Block a user