1
0
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:
Con Kolivas 2011-09-08 21:42:00 +10:00
parent 6c8341f133
commit 758afbf00e

View File

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