The Makefile in the fhsm folder contains an error line 47
~~~~~~
${Tgt}: override LDLIBS += -lrt -L. -lfhsm -L.. -lautil
~~~~~~
should be
~~~~~~
${Tgt}: override LDLIBS += -L. -lfhsm -L.. -lautil -lrt
~~~~~~
The -lrt flag should be at the end, otherwise the compilation fails
Thanks.
It will be released on next Monday.
J. R. Okajima
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Add patch
"regisg":
Thanks.
It will be released on next Monday.
J. R. Okajima