Add explicit -lz to LDFLAGS as some versions of gcc do not auto pick it up.

This commit is contained in:
Adam Sutton 2012-08-15 16:48:59 +01:00
parent d530f9e8a1
commit 86b0823e28

View file

@ -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