File: README-patches

package info (click to toggle)
rabbitmq-server 2.8.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,928 kB
  • sloc: erlang: 52,968; python: 2,846; xml: 1,987; sh: 816; makefile: 683; perl: 86; ruby: 63
file content (17 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
unrebar.patch
  - build with make rather than rebar, to fit into our build / deploy process.

uneunit.patch
  - build without eunit, so we can build on R12B-5.

10-crypto.patch
  - remove references to the crypto app, so that we can run without it
    on platforms where it's hard to get hold of.

xref-fix.patch
  - remove an unused function that xref complains about. Backport of:
    https://github.com/basho/webmachine/commit/3c62ab6f045bf5ac8b45e945e22fd5a4926eabd9

ssl.patch
  - fix SSL on webmachine, see https://issues.basho.com/show_bug.cgi?id=769
    (unresolved at time of writing).