diff options
| author | Kai Kang <kai.kang@windriver.com> | 2021-03-11 17:34:58 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-03-18 08:01:19 -0700 |
| commit | db86cfad19a8990ca2208cbfef1a6bd0cc987060 (patch) | |
| tree | bf9358579fcbd8b0f1371e87f954861e119ed59c /recipes-python/python | |
| parent | d4e7769be2f1e8950a7ddd3d38bcf5048100b1b5 (diff) | |
| download | meta-security-db86cfad19a8990ca2208cbfef1a6bd0cc987060.tar.gz | |
samhain: fix compile error on powerpc
It fails to comile samhain for powerpc(qemuppc):
| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
| 229 | static unsigned short ooop = *iptr;
| | ^
Assign after initialization of the static variable to avoid the failure.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-python/python')
0 files changed, 0 insertions, 0 deletions
