4f213197ef
When linking drivers as shared libraries, the dependencies need to be marked as DT_NEEDED entries. The crypto dependencies (libsso and libIPSec) are static libraries. To make them linked in the shared PMDs, the code must relocatable: - libIPSec_MB.a must be built with -fPIC - libsso_kasumi.a must be built with KASUMI_CFLAGS=-DKASUMI_C Fixes: |
||
---|---|---|
.. | ||
aesni_gcm | ||
aesni_mb | ||
kasumi | ||
null | ||
qat | ||
snow3g | ||
Makefile |