mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
Now needs -lm on Linux
This commit is contained in:
parent
cf392ea2c6
commit
ff1fe9fd1e
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -171,7 +171,7 @@ case $SYSTEM in
|
|||
|
||||
Linux)
|
||||
DEFINES="$DEFINES SYS_LINUX"
|
||||
LINKLIBS="$LINKLIBS -lpthread"
|
||||
LINKLIBS="$LINKLIBS -lpthread -lm"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue