mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 03:45:08 +03:00
Add an explicit autoconf check for librt.
The realtime extensions library is not automatically linked on Debian ARM platforms, so do an AC_CHECK_LIB for it in the configuration macro.
This commit is contained in:
parent
96b9d3ca1e
commit
9a8538a6f2
@ -60,6 +60,7 @@ CC="$PTHREAD_CC"
|
||||
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
||||
LIBS="$PTHREAD_LIBS $LIBS"
|
||||
|
||||
AC_CHECK_LIB([rt],[clock_gettime])
|
||||
|
||||
AX_CHECK_OPENSSL([
|
||||
AC_SUBST(OPENSSL_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user