mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
* src/Makefile.in: Prevent Erlang R13B compilation warning:
behaviour X undefined (EJAB-920) SVN Revision: 2056
This commit is contained in:
parent
dff6e28b2d
commit
90abb578e6
@ -1,5 +1,8 @@
|
|||||||
2009-05-06 Badlop <badlop@process-one.net>
|
2009-05-06 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
|
* src/Makefile.in: Prevent Erlang R13B compilation warning:
|
||||||
|
behaviour X undefined (EJAB-920)
|
||||||
|
|
||||||
* src/ejabberd_loglevel.erl: Use dynamic_compile instead of
|
* src/ejabberd_loglevel.erl: Use dynamic_compile instead of
|
||||||
ram_file_io_server. Support definition of loglevels with integer
|
ram_file_io_server. Support definition of loglevels with integer
|
||||||
or atom. (thanks to Geoff Cant)(EJAB-919)
|
or atom. (thanks to Geoff Cant)(EJAB-919)
|
||||||
|
@ -28,7 +28,7 @@ else
|
|||||||
CHOWN_OUTPUT=&1
|
CHOWN_OUTPUT=&1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EFLAGS += @ERLANG_SSL39@
|
EFLAGS += @ERLANG_SSL39@ -pa .
|
||||||
|
|
||||||
# make debug=true to compile Erlang module with debug informations.
|
# make debug=true to compile Erlang module with debug informations.
|
||||||
ifdef debug
|
ifdef debug
|
||||||
|
Loading…
Reference in New Issue
Block a user