diff options
author | Lars Heer <l.heer@gmx.de> | 2013-09-18 14:49:35 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2013-09-18 14:49:35 +0200 |
commit | ba366c2425af15ead8531f738e2b62bc20eee003 (patch) | |
tree | 08b39352be71d84e0e0e20b7317d8d03007a76b1 | |
parent | c49649d7324c481a2a39145b77259eb58655df22 (diff) | |
download | vdr-plugin-mcli-ba366c2425af15ead8531f738e2b62bc20eee003.tar.gz vdr-plugin-mcli-ba366c2425af15ead8531f738e2b62bc20eee003.tar.bz2 |
fixed makefile netcv2dvbip du to link error
-rw-r--r-- | mcast/netcv2dvbip/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |