From 86b0823e28f6a92095b87041a4134be9b222ad87 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Wed, 15 Aug 2012 16:48:59 +0100 Subject: [PATCH] Add explicit -lz to LDFLAGS as some versions of gcc do not auto pick it up. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0edf1d44..f85d2cc1 100644 --- a/Makefile +++ b/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