From ba366c2425af15ead8531f738e2b62bc20eee003 Mon Sep 17 00:00:00 2001 From: Lars Heer Date: Wed, 18 Sep 2013 14:49:35 +0200 Subject: fixed makefile netcv2dvbip du to link error --- mcast/netcv2dvbip/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcast') diff --git a/mcast/netcv2dvbip/makefile b/mcast/netcv2dvbip/makefile index 75ff51c..9eafd41 100644 --- a/mcast/netcv2dvbip/makefile +++ b/mcast/netcv2dvbip/makefile @@ -26,7 +26,7 @@ endif INCLUDES:=$(INCLUDES) -I../client -I../common $(XML_INC) DEFS:=$(DEFS) -g -DCLIENT LDADD:=$(LDADD) -L../client -STATICLIBS:=$(LIBS) ../client/libmcli.a $(XML_LIB) -lpthread +STATICLIBS:=$(LIBS) ../client/libmcli.a $(XML_LIB) -lpthread -lz LIBS:=$(LIBS) $(XML_LIB) -lpthread -lmcli LDFLAGS:=$(LDFLAGS) -Wl,--as-needed -- cgit v1.2.3