]> granicus.if.org Git - ejabberd/commitdiff
use -DSSL39 if compiling with R12
authorChristophe Romain <christophe.romain@process-one.net>
Wed, 16 Jul 2008 22:23:58 +0000 (22:23 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Wed, 16 Jul 2008 22:23:58 +0000 (22:23 +0000)
SVN Revision: 1455

ChangeLog
src/web/Makefile.in

index 49fb29616d67aca769dd1cbd9db4ffd8f63cfb73..5c7a91bdc27a7b43628e27d6ad032384902ee2c5 100644 (file)
--- 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)
index 7c4732da8c9446a9bcf76ae2825deac6687e37e5..c6c04fbb5dde9b64a5e25c060ccc2e94f28ecdce 100644 (file)
@@ -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