X-Git-Url: https://git.saurik.com/apt-legacy.git/blobdiff_plain/253ba34a3c06ebbc2523ae67009d9fd4aff0fff1..ca652fea491ea061114ffb1c21acd0fb99d8c4cb:/methods/makefile diff --git a/methods/makefile b/methods/makefile index 27beb53..eb931af 100644 --- a/methods/makefile +++ b/methods/makefile @@ -47,7 +47,7 @@ include $(PROGRAM_H) # The http method PROGRAM=http -SLIBS = -lapt-pkg $(SOCKETLIBS) -framework CFNetwork -framework CoreFoundation +SLIBS = -lapt-pkg $(SOCKETLIBS) -framework CFNetwork -framework CoreFoundation -framework SystemConfiguration -framework IOKit LIB_MAKES = apt-pkg/makefile SOURCE = http.cc rfc2553emu.cc connect.cc include $(PROGRAM_H)