From b23971084ae46db3445992000718187329cbb3ca Mon Sep 17 00:00:00 2001 From: lado Date: Sun, 13 Nov 2011 01:44:51 +0100 Subject: build with -lz --- vdr-vdrmanager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdr-vdrmanager/Makefile b/vdr-vdrmanager/Makefile index 90941fb..4383dff 100644 --- a/vdr-vdrmanager/Makefile +++ b/vdr-vdrmanager/Makefile @@ -67,7 +67,7 @@ $(DEPFILE): Makefile all: libvdr-$(PLUGIN).so libvdr-$(PLUGIN).so: $(OBJS) - $(CXX) -g $(CXXFLAGS) -shared $(OBJS) -o $@ + $(CXX) -g $(CXXFLAGS) -shared $(OBJS) -o $@ -lz @cp $@ $(LIBDIR)/$@.$(APIVERSION) dist: clean -- cgit v1.2.3