[tor-bugs] #7311 [Tor]: nmake scripts missing platform dependencies for openssl
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Jan 17 11:47:01 UTC 2013
#7311: nmake scripts missing platform dependencies for openssl
--------------------------+-------------------------------------------------
Reporter: ultramage | Owner:
Type: defect | Status: reopened
Priority: normal | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version:
Resolution: | Keywords: msvc tor-client build
Parent: #7754 | Points:
Actualpoints: |
--------------------------+-------------------------------------------------
Changes (by ultramage):
* status: closed => reopened
* resolution: fixed =>
Comment:
I believe this was the one thing that was left out. My fix to satisfy
static openssl's dependencies was
{{{
- ws2_32.lib advapi32.lib shell32.lib
+ ws2_32.lib advapi32.lib shell32.lib crypt32.lib gdi32.lib user32.lib
}}}
(applies to Makefile.nmake in or/ test/ and tools/)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7311#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list