From bc1629a9e854c73182439f2e23d009fc203586bd Mon Sep 17 00:00:00 2001 From: Sean Bright <sean@malleable.com> Date: Tue, 4 Nov 2008 16:50:34 +0000 Subject: [PATCH] Fix build errors. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154186 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Makefile b/main/Makefile index cab6f9b9a8..3ed6899911 100644 --- a/main/Makefile +++ b/main/Makefile @@ -39,7 +39,7 @@ OBJS+=stdtime/localtime.o # by a module. OBJS+=say.o -AST_LIBS += $(SSL_LIB) +AST_LIBS += $(OPENSSL_LIB) AST_LIBS += $(BKTR_LIB) AST_LIBS += $(LIBXML2_LIB) -- GitLab