Fix linking issue
This commit is contained in:
parent
01db78aea0
commit
54bc22cd5e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ CFLAGS += -Wmissing-prototypes -fms-extensions
|
|||
CFLAGS += -g -funsigned-char -O2
|
||||
CFLAGS += -D_FILE_OFFSET_BITS=64
|
||||
CFLAGS += -I${BUILDDIR} -I${CURDIR}/src -I${CURDIR}
|
||||
LDFLAGS += -lrt -ldl -lpthread
|
||||
LDFLAGS += -lrt -ldl -lpthread -lm
|
||||
|
||||
#
|
||||
# Other config
|
||||
|
|
Loading…
Add table
Reference in a new issue