1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-07 04:01:59 +03:00
Alexander Barkov 5fb0d16016 Fixing build-bot compilation failure on SolarisX86,
who has two different incompatible copies of zlib installed:
(in /usr and in /usr/local).
cmake errorneously chose *.h file from /usr/local/include,
while zlib.a/zlib.so from /usr/lib/. Compilation failed
because of a missing symbol gzopen64.

modified:
  @ cmake/zlib.cmake
  Removing the line (as suggested by Vlad) which made cmake choose
  the wrong library.
  Note: this line used to be a hack for old HP machines,
  it's not needed anymore.
2013-04-21 23:19:20 +04:00
..
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-01-15 19:13:32 +01:00
2013-01-31 09:48:19 +01:00
2011-07-16 09:09:01 +02:00
2012-03-28 01:04:46 +02:00
2013-01-29 15:10:47 +01:00
2013-01-15 19:13:32 +01:00
2012-10-16 13:04:42 +02:00
2011-11-03 19:17:05 +01:00