]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
pcre2: add patch fixing a build issue on m68k
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 27 Feb 2018 20:50:47 +0000 (21:50 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 27 Feb 2018 21:02:23 +0000 (22:02 +0100)
commitf9892a795ab1bc6d078cd803b4211f2c5c974b01
treee498208fc15f84594a46cdf768e37a2694412976
parentfadaaabe6f79da130f3e68fca23f12f0ffd6b20f
pcre2: add patch fixing a build issue on m68k

A pretty nasty difference in alignment rules between most
architectures and m68k lead pcre2 to fail building its 16-bit and
32-bit variants on m68k. This commit adds a patch that fixes that.

Fixes:

  http://autobuild.buildroot.net/results/f6a45df5cb80e3fd94d57163bd28a0014a02bf4/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pcre2/0001-fix-heapframe-alignment.patch [new file with mode: 0644]