diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-03-20 17:08:08 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-03-20 17:08:08 +0100 |
commit | 771ad846826482b925830b1afd562d0e9372fea5 (patch) | |
tree | e31ce1bf1f2974c173e35cf14464d9285104f93b /methods/makefile | |
parent | 31bda5000136d77f516cf2080257835fb44deaef (diff) |
* methods/makefile:
- do not link rred against libz anymore as FileFd handles all
this transparently now
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index 6ba51058e..6f904d071 100644 --- a/methods/makefile +++ b/methods/makefile @@ -67,7 +67,7 @@ include $(PROGRAM_H) # The rred method PROGRAM=rred -SLIBS = -lapt-pkg -lz $(SOCKETLIBS) $(INTLLIBS) +SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS) LIB_MAKES = apt-pkg/makefile SOURCE = rred.cc include $(PROGRAM_H) |