Commit 8a0620030cc2159b361613d07cff508355b8fbdb

Vicent Marti 2011-06-30T21:10:16

zlib: No visualization attributes. The visibility attribute is a headache on many platforms like Solaris, and not even supported on Windows.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/deps/zlib/zconf.h b/deps/zlib/zconf.h
index 494992a..683cba8 100644
--- a/deps/zlib/zconf.h
+++ b/deps/zlib/zconf.h
@@ -12,6 +12,7 @@
 
 #define NO_GZIP
 #define STDC
+#define NO_VIZ
 
 /* Jeez, don't complain about non-prototype
  * forms, we didn't write zlib */