From: Sean Bright Date: Tue, 4 Nov 2008 16:50:34 +0000 (+0000) Subject: Fix build errors. X-Git-Tag: 1.6.2.0-beta1~957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc1629a9e854c73182439f2e23d009fc203586bd;p=thirdparty%2Fasterisk.git Fix build errors. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154186 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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)