mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
c5a3664f27
From the code: zlib 1.2.4 and 1.2.5 do some "clever" things with macros. Instead of saying "(defined(FOO) ? FOO : 0)" they like to say "FOO-0", on the theory that nobody will care if the compile outputs a no-such-identifier warning. Sorry, but we like -Werror over here, so I guess we need to define these. I hope that zlib 1.2.6 doesn't break these too. Possible fix for bug 1526.
3 lines
108 B
Plaintext
3 lines
108 B
Plaintext
o Minor bugfixes:
|
|
- Build correctly on OSX with zlib 1.2.4 and higher with all warnings
|
|
enabled. |