CardContact / sc-hsm-embedded

PKCS#11 and CSP-Minidriver library for the SmartCard-HSM and STARCOS based signature cards
BSD 3-Clause "New" or "Revised" License
95 stars 31 forks source link

miniscule issue: missing dependency check for pcsclite #33

Open jowilkes opened 3 years ago

jowilkes commented 3 years ago

Neither autoreconf -fi nor ./configure notice when libpcsclite is missing. make fails in the middle later when the header files aren't found. Installing libpcsclite-dev.deb solves this issue. That can be deduced; but it's cleaner when all dependencies get checked before make, and missing ones explicitly named. I'd set this at low priority - just writing it down so it doesn't get lost entirely.