X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/afe4d2a556535dbc9475ac1665c380a235dd28de..847d81b8e95610240f782daeaf154df69b3dd80c:/methods/makefile diff --git a/methods/makefile b/methods/makefile index 589f9fa1c..134166ba3 100644 --- a/methods/makefile +++ b/methods/makefile @@ -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)