tpm2-software / tpm2-pkcs11

A PKCS#11 interface for TPM2 hardware
https://tpm2-software.github.io
Other
278 stars 104 forks source link

configure: Change mistaken += to = #855

Closed salahcoronya closed 8 months ago

salahcoronya commented 9 months ago

The line

AX_CHECK_LINK_FLAG([[-Wl,--gc-sections]], [strip+="y$strip"])

is wrong. The += should be =. So the subsequent test is never true, and chokes on dash because += is a bashism.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1b3aab9) 72.43% compared to head (03bc273) 72.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #855 +/- ## ======================================= Coverage 72.43% 72.43% ======================================= Files 34 34 Lines 9773 9773 ======================================= Hits 7079 7079 Misses 2694 2694 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.