]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Link with libdl (for dladdr())
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 5 Sep 2010 07:53:26 +0000 (07:53 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 5 Sep 2010 07:53:26 +0000 (07:53 +0000)
Makefile

index 6d44917ffeaac17911e2863631ab5c57045a9566..aaba9a3ca961e3345728c98169b9ea9ab5c40d8c 100644 (file)
--- 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