]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
merge from the debian-sid branch
[apt.git] / methods / makefile
index 589f9fa1c649284d237b1eb052550a0b699c7513..134166ba32f12a39c992d1a8d1fa730e378b2df1 100644 (file)
@@ -40,7 +40,7 @@ include $(PROGRAM_H)
 
 # The cdrom method
 PROGRAM=cdrom
-SLIBS = -lapt-pkg $(INTLLIBS)
+SLIBS = -lapt-pkg -ldl $(INTLLIBS)
 LIB_MAKES = apt-pkg/makefile
 SOURCE = cdrom.cc
 include $(PROGRAM_H)