summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-13 01:44:51 +0100
committerlado <herrlado@gmail.com>2011-11-13 01:44:51 +0100
commitb23971084ae46db3445992000718187329cbb3ca (patch)
treebb09367b315c8d8d9e2e295f164f2db0769cd962
parenta01b372d79a6758524ba07290aa158478fd1a6b0 (diff)
downloadvdr-manager-b23971084ae46db3445992000718187329cbb3ca.tar.gz
vdr-manager-b23971084ae46db3445992000718187329cbb3ca.tar.bz2
build with -lz
-rw-r--r--vdr-vdrmanager/Makefile2
1 files changed, 1 insertions, 1 deletions
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