On 09/11/2017 03:02 PM, Dmitry Shachnev wrote:
Patch in this bug no longer applies to the new version. Patch from webkit2gtk package [2] applies with a slight change, but I still do not like the special casing of struct sizes. Why are the sizes different on m68k?
Because m68k has a default alignment of 16-bit, not 32-bit. Hence sizes of structs often differ. It's part of the SysV ABI on Linux/m68k. I would be in favor of changing it to 32-bit, but I guess upstream wouldn't be too much amused about that. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913