From: Andreas Ă–man Date: Sun, 5 Sep 2010 07:53:26 +0000 (+0000) Subject: Link with libdl (for dladdr()) X-Git-Tag: 2.12~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fca6020008c0964155a18e23093e136333ad9ef;p=thirdparty%2Ftvheadend.git Link with libdl (for dladdr()) --- diff --git a/Makefile b/Makefile index 6d44917ff..aaba9a3ca 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ PROG=${BUILDDIR}/tvheadend CFLAGS = -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations CFLAGS += -Wmissing-prototypes -LDFLAGS += -lrt +LDFLAGS += -lrt -ldl # # Core