mirror of
https://github.com/transmission/transmission
synced 2025-03-10 22:22:58 +00:00
#6017: Remove -lm
from utils compile flags (but leave in linker flags)
This commit is contained in:
parent
7502dcc439
commit
b9095675ce
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ AM_CFLAGS = \
|
|||
@LIBEVENT_CFLAGS@ \
|
||||
@LIBCURL_CFLAGS@ \
|
||||
@ZLIB_CFLAGS@ \
|
||||
@PTHREAD_CFLAGS@ \
|
||||
${LIBM}
|
||||
@PTHREAD_CFLAGS@
|
||||
|
||||
bin_PROGRAMS = \
|
||||
transmission-create \
|
||||
|
|
Loading…
Add table
Reference in a new issue