mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-02 16:37:52 +01:00
use -DSSL39 if compiling with R12
SVN Revision: 1455
This commit is contained in:
parent
ae939c5f80
commit
fc2ea76a45
@ -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>
|
2008-07-16 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
* src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549)
|
* src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549)
|
||||||
|
@ -9,7 +9,7 @@ LIBS = @LIBS@
|
|||||||
ERLANG_CFLAGS = @ERLANG_CFLAGS@
|
ERLANG_CFLAGS = @ERLANG_CFLAGS@
|
||||||
ERLANG_LIBS = @ERLANG_LIBS@
|
ERLANG_LIBS = @ERLANG_LIBS@
|
||||||
|
|
||||||
EFLAGS = -I .. -pz ..
|
EFLAGS = @ERLANG_SSL39@ -I .. -pz ..
|
||||||
# make debug=true to compile Erlang module with debug informations.
|
# make debug=true to compile Erlang module with debug informations.
|
||||||
ifdef debug
|
ifdef debug
|
||||||
EFLAGS+=+debug_info
|
EFLAGS+=+debug_info
|
||||||
|
Loading…
Reference in New Issue
Block a user