Fix linking issue

This commit is contained in:
Andreas Öman 2012-11-19 14:45:54 +01:00
parent 01db78aea0
commit 54bc22cd5e

View file

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