diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-05-25 15:45:21 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-05-25 15:45:21 +0100 |
| commit | 3ab92151948c0c546cbefe5902efbd92acd14280 (patch) | |
| tree | 8a1e54b5d61519d949664a55b385a99f072c1d78 /Makefile | |
| parent | dfb7e59b0fdc4972bc2a65a7a0842a54f8f99645 (diff) | |
| download | rabbitmq-server-git-3ab92151948c0c546cbefe5902efbd92acd14280.tar.gz | |
R14B03 moved hostname and ip_port out of inet.hrl and into inet.erl where they export_type'd them. This is a backwards incompatible change. Thus there's little alternative to bumping the erts requirement for using specs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ RABBIT_PLT=rabbit.plt ifndef USE_SPECS # our type specs rely on features and bug fixes in dialyzer that are -# only available in R14A upwards (R14A is erts 5.8) -USE_SPECS:=$(shell erl -noshell -eval 'io:format([list_to_integer(X) || X <- string:tokens(erlang:system_info(version), ".")] >= [5,8]), halt().') +# only available in R14B03 upwards (R14B03 is erts 5.8.4) +USE_SPECS:=$(shell erl -noshell -eval 'io:format([list_to_integer(X) || X <- string:tokens(erlang:system_info(version), ".")] >= [5,8,4]), halt().') endif #other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests |
