From: Jay Freeman (saurik) Date: Mon, 13 Aug 2018 11:01:13 +0000 (-0700) Subject: Fix compilation of http when embedding into Cydia. X-Git-Url: https://git.saurik.com/apt-legacy.git/commitdiff_plain/HEAD?hp=4ff7b94129134b3a63f983dd935a8a9f059703af Fix compilation of http when embedding into Cydia. --- diff --git a/methods/http.cc b/methods/http.cc index cf26f6a..c54294e 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -57,15 +57,13 @@ #include #include "config.h" -#include "connect.h" -#include "rfc2553emu.h" #include "http.h" /*}}}*/ using namespace std; -CFStringRef Firmware_; -const char *Machine_; -CFStringRef UniqueID_; +static CFStringRef Firmware_; +static const char *Machine_; +static CFStringRef UniqueID_; void CfrsError(const char *name, CFReadStreamRef rs) { CFStreamError se = CFReadStreamGetError(rs);