Add explicit -lz to LDFLAGS as some versions of gcc do not auto pick it up.
This commit is contained in:
parent
d530f9e8a1
commit
86b0823e28
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 -fms-extensions
|
||||
LDFLAGS += -lrt -ldl
|
||||
LDFLAGS += -lrt -ldl -lz
|
||||
|
||||
BUNDLES += docs/html docs/docresources src/webui/static data
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue