3071d47152
The zlib compression driver, as well as the aesni-gcm, aesni-mb and openssl crypto drivers all defined the logtype variable in the header file directly. This gives errors with gcc 10, due to -fno-common being the default, so we need to apply the same fix in all cases: * move the variable definition to a suitable .c file * mark the forward declaration of the variable in the header as "extern" Fixes: |
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_pmd_zlib_version.map | ||
zlib_pmd_ops.c | ||
zlib_pmd_private.h | ||
zlib_pmd.c |