Menu

#5 fhsm's Makefile error

Unstable_(example)
open
nobody
None
5
2014-11-17
2014-11-17
regisg
No

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

Discussion

  • regisg

    regisg - 2014-11-17

    Add patch

     
  • J. R. Okajima

    J. R. Okajima - 2014-11-17

    "regisg":

    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

     

Log in to post a comment.

MongoDB Logo MongoDB