]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
* methods/makefile:
[apt.git] / methods / makefile
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)