cryptsetup: fix build with pre C11 toolchains
authorBaruch Siach <baruch@tkos.co.il>
Wed, 15 Aug 2018 12:14:09 +0000 (15:14 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 17 Aug 2018 14:55:41 +0000 (16:55 +0200)
commitd9cfe343d230fe95ad84842b9b2ed87667da6430
tree9af37458f2e3b17a3691a0561d26e778498a289a
parent9c2bbc3fc9a6193ac866c06d474e99f6e428efbc
cryptsetup: fix build with pre C11 toolchains

Add a patch removing a redefined typedef. Redefinition of typedef, even
to the same type, used to be illegal before C11.

Fixes:
http://autobuild.buildroot.net/results/93b/93b300a62f2ddbad66eab08e25fc3225969f224b/
http://autobuild.buildroot.net/results/6c6/6c6092d633400498ee5b8090733a949a9632e473/
http://autobuild.buildroot.net/results/f46/f46ef6123b5fa92753ff534b4ef7bea3f53ac388/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Tested-by: Hollis Blanchard <hollis_blanchard@mentor.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cryptsetup/0001-Remove-json_object-typedef.patch [new file with mode: 0644]