From 0fca6020008c0964155a18e23093e136333ad9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 5 Sep 2010 07:53:26 +0000 Subject: [PATCH] Link with libdl (for dladdr()) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d44917f..aaba9a3c 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