]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
remove -ldl from cdrom and -lutil from apt-get linkage
[apt.git] / methods / makefile
index a271aff5e0ac220273e4e786843e0f6b3b2d7031..294c55d235aaec9527f65251af21e9b0ffa08821 100644 (file)
@@ -39,7 +39,7 @@ include $(PROGRAM_H)
 
 # The cdrom method
 PROGRAM=cdrom
-SLIBS = -lapt-pkg -ldl $(INTLLIBS)
+SLIBS = -lapt-pkg $(INTLLIBS)
 LIB_MAKES = apt-pkg/makefile
 SOURCE = cdrom.cc
 include $(PROGRAM_H)