mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Latest glibc appears to want linking against -lm as well for dlopen.
This commit is contained in:
parent
c64c27fa6f
commit
df78f45dd9
@ -62,7 +62,7 @@ AC_FUNC_ALLOCA
|
||||
|
||||
have_win32=false
|
||||
PTHREAD_FLAGS="-pthread"
|
||||
DLOPEN_FLAGS="-ldl"
|
||||
DLOPEN_FLAGS="-ldl -lm"
|
||||
OPENCL_FLAGS="-lOpenCL"
|
||||
WS2_LIBS=""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user