intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
292 stars 88 forks source link

build: do not strip static libraries. #72

Closed ipuustin closed 3 years ago

ipuustin commented 3 years ago

Description

When installing libIPSec_MB.a static binary, do not strip the symbol table.

Affected parts

Motivation and Context

If the symbol header is missing from the archive, the linker complains.

How Has This Been Tested?

nm libIPSec_MB.a reports only empty object files after make install before this patch. Afterwards it reports the full symbol table.

Types of changes

Checklist:

tkanteck commented 3 years ago

Thanks Ismo. I'll look into it.

tkanteck commented 3 years ago

Thanks! It has been merged https://github.com/intel/intel-ipsec-mb/commit/5790eb9d5f57da36f33165eb6e5e7995d8712978