]> git.saurik.com Git - apt.git/commitdiff
* methods/makefile:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 20 Mar 2012 16:08:08 +0000 (17:08 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 20 Mar 2012 16:08:08 +0000 (17:08 +0100)
  - do not link rred against libz anymore as FileFd handles all
    this transparently now

debian/changelog
methods/makefile

index 22ed8a5a561368c8a697b0d60ca4b610fa388352..93d48c22a0005be046b6f95c1da731a0682e1484 100644 (file)
@@ -19,8 +19,11 @@ apt (0.8.16~exp14) UNRELEASED; urgency=low
     - check return of chdir() as gcc recommends
   * apt-pkg/contrib/netrc.cc:
     - check return of asprintf() as gcc recommends
+  * methods/makefile:
+    - do not link rred against libz anymore as FileFd handles all
+      this transparently now
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 20 Mar 2012 17:00:14 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 20 Mar 2012 17:06:08 +0100
 
 apt (0.8.16~exp13) experimental; urgency=low
 
index 6ba51058ebb3d25ff554af60254781afd6cb041b..6f904d0710b4f06e91579901e6eb460d93370f21 100644 (file)
@@ -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)