buildroot/package/vboot-utils
Thomas Petazzoni 530c5a5595 vboot-utils: fix RSA redefinition build error with old compilers
Old gcc compilers do not support type redefinitions, which causes a
build failure of the host-vboot-utils package on certain machines. The
vboot-utils source code redefines "typedef struct rsa_st RSA" which is
already defined in the OpenSSL headers.

This commit adds a patch which works around this build issue.

Fixes:

  http://autobuild.buildroot.org/results/1a4/1a45412939a3f9d6fa59d086d834a3b4a4bffef7/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-01-23 13:09:29 +01:00
..
0001-Add-missing-definition-of-MTD_CHAR_MAJOR.patch vboot-utils: convert to Git formatted patches 2016-01-23 13:09:24 +01:00
0002-Add-missing-header-include-for-ssize_t.patch vboot-utils: convert to Git formatted patches 2016-01-23 13:09:24 +01:00
0003-Avoid-RSA-type-redefinition.patch vboot-utils: fix RSA redefinition build error with old compilers 2016-01-23 13:09:29 +01:00
Config.in.host
vboot-utils.hash
vboot-utils.mk