From: Christophe Romain Date: Wed, 16 Jul 2008 22:23:58 +0000 (+0000) Subject: use -DSSL39 if compiling with R12 X-Git-Tag: v2.0.2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc2ea76a45c5dce287146aa45ad707d6f55cf4e1;p=ejabberd use -DSSL39 if compiling with R12 SVN Revision: 1455 --- diff --git a/ChangeLog b/ChangeLog index 49fb29616..5c7a91bdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-17 Christophe Romain + + * src/web/Makefile.in: use -DSSL39 if compiling with R12 + 2008-07-16 Badlop * src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549) diff --git a/src/web/Makefile.in b/src/web/Makefile.in index 7c4732da8..c6c04fbb5 100644 --- a/src/web/Makefile.in +++ b/src/web/Makefile.in @@ -9,7 +9,7 @@ LIBS = @LIBS@ ERLANG_CFLAGS = @ERLANG_CFLAGS@ ERLANG_LIBS = @ERLANG_LIBS@ -EFLAGS = -I .. -pz .. +EFLAGS = @ERLANG_SSL39@ -I .. -pz .. # make debug=true to compile Erlang module with debug informations. ifdef debug EFLAGS+=+debug_info