]> git.saurik.com Git - apt-legacy.git/blobdiff - methods/makefile
Fixed URLs with +'s not downloading from CDN.
[apt-legacy.git] / methods / makefile
index ce272aa35c04bed998b58d19c0cfce49ed1d2513..4d02404d1d81da44127232b09417e8f4816cdee6 100644 (file)
@@ -47,7 +47,7 @@ include $(PROGRAM_H)
 
 # The http method
 PROGRAM=http
-SLIBS = -lapt-pkg $(SOCKETLIBS) -framework CFNetwork -framework CoreFoundation -framework SystemConfiguration
+SLIBS = -lapt-pkg $(SOCKETLIBS) -framework CoreFoundation -framework CFNetwork -framework SystemConfiguration -framework IOKit
 LIB_MAKES = apt-pkg/makefile
 SOURCE = http.cc rfc2553emu.cc connect.cc
 include $(PROGRAM_H)