[Asterisk-bsd] Makefile
Chris Stenton
asterisk-bsd@lists.digium.com
Fri, 25 Jun 2004 09:30:33 +0100
Asterisk is now linked with -lssl need to add -lcrypto for freebsd.
Bug report 1912.
*** Makefile.org Fri Jun 25 08:58:33 2004
--- Makefile Fri Jun 25 08:50:19 2004
***************
*** 171,176 ****
--- 171,179 ----
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 \