X-Git-Url: https://git.saurik.com/apt-legacy.git/blobdiff_plain/253ba34a3c06ebbc2523ae67009d9fd4aff0fff1..4db9327121d7ec181af05bd587175a77ce255e4e:/methods/makefile diff --git a/methods/makefile b/methods/makefile index 27beb53..4ca3cf8 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 CoreFoundation -framework CFNetwork -framework SystemConfiguration -framework IOKit -llockdown LIB_MAKES = apt-pkg/makefile SOURCE = http.cc rfc2553emu.cc connect.cc include $(PROGRAM_H)