diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-21 22:10:10 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-23 13:09:29 +0100 |
commit | 530c5a55959f161f49dc095641a24ede649725be (patch) | |
tree | e95e2c2cf4d60c521622308b87b3a3f113726c70 /package/botan | |
parent | d6ac6942f9b74bf24dcd37642259347ab7b0eaaa (diff) | |
download | buildroot-530c5a55959f161f49dc095641a24ede649725be.tar.gz buildroot-530c5a55959f161f49dc095641a24ede649725be.zip |
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>
Diffstat (limited to 'package/botan')
0 files changed, 0 insertions, 0 deletions