From: Christophe Romain Date: Wed, 16 Jul 2008 22:24:03 +0000 (+0000) Subject: use -DSSL39 if compiling with R12 X-Git-Tag: v2.1.0~18^2~645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e361835cea6d740661d2cbd98305b8d28499197b;p=ejabberd use -DSSL39 if compiling with R12 SVN Revision: 1456 --- diff --git a/ChangeLog b/ChangeLog index 49be95d26..0a0e214ad 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 151f4c476..21f7c9348 100644 --- a/src/web/Makefile.in +++ b/src/web/Makefile.in @@ -9,6 +9,7 @@ LIBS = @LIBS@ ERLANG_CFLAGS = @ERLANG_CFLAGS@ ERLANG_LIBS = @ERLANG_LIBS@ +EFLAGS += @ERLANG_SSL39@ EFLAGS += -I .. EFLAGS += -pz ..