diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-15 21:38:13 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 08:40:31 -0300 |
commit | 009f221c3e4467562d47a421547fedf71b5030a2 (patch) | |
tree | 802bd6d0975b651c929ac82790b60258b5d468f4 /recipes-dpaa | |
parent | d33395a8a26ad024c1c4ce431698ece6d07b178a (diff) | |
download | meta-freescale-009f221c3e4467562d47a421547fedf71b5030a2.tar.gz |
libpkcs11: fix multiple definition error
gcc10 default to -fno-common, which results in error:
| ../aarch64-fsl-linux/10.2.0/ld: /tmp/ccaL5AXA.o:.../libpkcs11/git-r0/git/app/pkcs11_app.c:23: multiple definition of `funcs'; /tmp/ccvGV0xB.o:.../app/utils.c:18: first defined here
| collect2: error: ld returned 1 exit status
| Makefile:66: recipe for target 'app' failed
| make: *** [app] Error 1
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-dpaa')
0 files changed, 0 insertions, 0 deletions