]> git.saurik.com Git - apt-legacy.git/blobdiff - methods/makefile
Finalized 2.1 Cydia.
[apt-legacy.git] / methods / makefile
index 27beb53e19a5b8525005d23ac16916a5d3db4b4a..4ca3cf8b097c6a6ecf95eee57f23b38884688f56 100644 (file)
@@ -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)