From: Andreas Ă–man Date: Mon, 19 Nov 2012 13:45:54 +0000 (+0100) Subject: Fix linking issue X-Git-Tag: v3.5~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54bc22cd5ec5046582314444ed63ca9b8657075d;p=thirdparty%2Ftvheadend.git Fix linking issue --- diff --git a/Makefile b/Makefile index 01f372df2..3da265560 100644 --- a/Makefile +++ b/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