Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WL#1518 "make bundled zlib usable for unix builds", post review fixes: | konstantin@mysql.com | 2004-07-27 | 1 | -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.com | 2004-07-24 | 1 | -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 zlib | konstantin@mysql.com | 2004-07-21 | 105 | -16634/+5726 |
| | | | | usable for unix builds": zlib 1.2.1 imported | ||||
* | New MYSQL_SERVER_SUFFIX usage (for easier compilation) | monty@mysql.com | 2004-05-25 | 1 | -38/+38 |
| | | | | Update of VC++ project files. | ||||
* | Adding the new zlib tree for Windows | miguel@hegel.local | 2002-03-19 | 100 | -0/+22526 |