]> git.saurik.com Git - apt-legacy.git/blobdiff - methods/makefile
Fixed URLs with +'s not downloading from CDN.
[apt-legacy.git] / methods / makefile
index eb931afa639e3f5fa4ee07ca514ca6e13fb52ab0..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 -framework IOKit
+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)