1
0
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:
Con Kolivas 2011-09-08 09:53:14 +10:00
parent c64c27fa6f
commit df78f45dd9

View File

@ -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=""