summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--src/web/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49be95d2..0a0e214a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-17 Christophe Romain <christophe.romain@process-one.net>
+
+ * src/web/Makefile.in: use -DSSL39 if compiling with R12
+
2008-07-16 Badlop <badlop@process-one.net>
* 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 151f4c47..21f7c934 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 ..