Link with libdl (for dladdr())
This commit is contained in:
parent
2cc017ffed
commit
0fca602000
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue