mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
Add -lpthread, not -pthread and remove -lm which is not required.
This commit is contained in:
parent
6c8341f133
commit
758afbf00e
@ -61,8 +61,8 @@ AC_CHECK_HEADERS(syslog.h)
|
|||||||
AC_FUNC_ALLOCA
|
AC_FUNC_ALLOCA
|
||||||
|
|
||||||
have_win32=false
|
have_win32=false
|
||||||
PTHREAD_FLAGS="-pthread"
|
PTHREAD_FLAGS="-lpthread"
|
||||||
DLOPEN_FLAGS="-ldl -lm"
|
DLOPEN_FLAGS="-ldl"
|
||||||
OPENCL_FLAGS="-lOpenCL"
|
OPENCL_FLAGS="-lOpenCL"
|
||||||
WS2_LIBS=""
|
WS2_LIBS=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user