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
|
||||
|
||||
have_win32=false
|
||||
PTHREAD_FLAGS="-pthread"
|
||||
DLOPEN_FLAGS="-ldl -lm"
|
||||
PTHREAD_FLAGS="-lpthread"
|
||||
DLOPEN_FLAGS="-ldl"
|
||||
OPENCL_FLAGS="-lOpenCL"
|
||||
WS2_LIBS=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user