forked from wolfSSL/wolfssl
Merge pull request #8553 from kareem-wolfssl/zd19458
Check for whether librt is needed for clock_gettime.
This commit is contained in:
@ -6404,6 +6404,11 @@ then
|
||||
done
|
||||
fi
|
||||
|
||||
if (test "$ENABLED_RNG" = "yes" && test "$ENABLED_ENTROPY_MEMUSE" != "no") || test "$ENABLED_BENCHMARK" = "yes"
|
||||
then
|
||||
AC_SEARCH_LIBS([clock_gettime],[rt])
|
||||
fi
|
||||
|
||||
|
||||
# Filesystem Build
|
||||
if test "$ENABLED_LINUXKM" = "yes"
|
||||
|
Reference in New Issue
Block a user