mongrel2: add upstream patch to fix symbol conflict
authorRodrigo Rebello <rprebello@gmail.com>
Fri, 20 Nov 2015 22:48:15 +0000 (20:48 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Nov 2015 08:32:40 +0000 (09:32 +0100)
commit1ed2e40497365941cb4b4f486e9ec19ec034fedb
treeef2e12ccffb846fe051f225b0aeb568d7c6af1d7
parent90d6fe5ae093438514ddee8bd68ca2b08a336eac
mongrel2: add upstream patch to fix symbol conflict

The symbol 'max_align_t', defined in the mongrel2 sources
(src/mem/align.h), is also defined in one of the standard headers in
some toolchains (the ones based on GCC 5+ apparently).

This conflict has been solved upstream, and a new version (1.10.0)
containing the fix has been released already, so this backported patch
may be dropped in the future when mongrel2 gets a version bump.

Fixes:

  http://autobuild.buildroot.net/results/b7f/b7f86bdda094de96633e9921e0e5895eadc89217/
  http://autobuild.buildroot.net/results/f62/f623703aa6d7992b67d305331734e4ed0c7b2be4/
  http://autobuild.buildroot.net/results/eb3/eb385cb4f87078122028e85cbe31caa01d794991/
  ...

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mongrel2/0004-Rename-symbol-to-prevent-conflict.patch [new file with mode: 0644]