[asterisk-dev] Why asterisk _binary_ links with ssl?

Denis Smirnov ds at seiros.ru
Wed Feb 1 09:03:20 MST 2006


On Wed, Feb 01, 2006 at 08:18:56AM -0600, Kevin P. Fleming wrote:

KPF> It already works that way in the trunk. I don't believe those changes 
KPF> were backported to 1.2.

Is this patch in bugzilla, or it only in svn?

I create simple patch for Makefile that fork's for me. Patch attached.

-- 
JID: ds at im.seiros.ru
ICQ: 58417635 (please, use jabber, if you can)

http://freesource.info/

-------------- next part --------------
???? ???? ?????????, ????? ?? ????????? ??? ?????? ? openssl, ? ??????
res_crypto.so, ???????? ?? ????????????? ?????
diff -urN asterisk-vanilla/Makefile asterisk-seiros/Makefile
--- asterisk-vanilla/Makefile	2006-01-31 17:22:23 +0300
+++ asterisk-seiros/Makefile	2006-02-01 14:34:36 +0300
@@ -405,7 +405,9 @@
   HAVEDOT=no
 endif
 
+ifneq ($(OSARCH),Linux)
 LIBS+=-lssl
+endif
 
 INSTALL=install
 


More information about the asterisk-dev mailing list