Skip to content

Commit

Permalink
Merge pull request #110 from nhorman/jitter-fix
Browse files Browse the repository at this point in the history
Adding -lpthread so that jitterentropy check works properly
  • Loading branch information
nhorman authored Dec 3, 2020
2 parents 06271b4 + f363b3c commit daff4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ AS_IF(
AC_SEARCH_LIBS(jent_version,jitterentropy,
[AM_CONDITIONAL([JITTER], [true])
AC_DEFINE([HAVE_JITTER],1,[Enable JITTER])],
AC_MSG_NOTICE([No Jitterentropy library found]))
AC_MSG_NOTICE([No Jitterentropy library found]),-lpthread)
], [AC_MSG_NOTICE([Disabling JITTER entropy source])]
)

Expand Down

0 comments on commit daff4e2

Please sign in to comment.