summaryrefslogtreecommitdiff
path: root/zlib
Commit message (Collapse)AuthorAgeFilesLines
* WL#1518 "make bundled zlib usable for unix builds", post review fixes:konstantin@mysql.com2004-07-271-5/+5
| | | | | | | - comment for AC_DEFINE(HAVE_COMPRESS) fixed - build convenience library from zlib: we need to compile it into both libmysqlclient.a and libmysqlclient.so - --with-zlib-dir=bundled configure option
* WL#1518, "make bundled zlib usable for unix builds": konstantin@mysql.com2004-07-241-0/+29
| | | | | | | | | | | | | required autotools macro written and deployed in all apropriate Makefile.ams. Use cases checked: - linux, standard location of zlib, no ndb - linux, standard locatoin of zlib, with ndb - linux, non-standard location of zlib, no ndb - hpux11, use of bundled zlib, no ndb The only non-checked case is non-standard location of zlib (or use of bundled zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts like AIX52 or HPUX11, where such a check is possible. It didn't compile there before as these systems dont't have installed zlib, so nothing got broken ;)
* First step of implementation of WL#1518 "make bundled zlibkonstantin@mysql.com2004-07-21105-16634/+5726
| | | | usable for unix builds": zlib 1.2.1 imported
* New MYSQL_SERVER_SUFFIX usage (for easier compilation)monty@mysql.com2004-05-251-38/+38
| | | | Update of VC++ project files.
* Adding the new zlib tree for Windowsmiguel@hegel.local2002-03-19100-0/+22526