diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-12-20 22:06:02 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-12-20 22:06:02 (GMT) |
commit | 65eb78098beae92eebe860b9158b9e28224df080 (patch) | |
tree | 1ec8f3aa3a2192a8fb873a803a96b48e666c4a26 /ChangeLog | |
parent | 6a64cdf71b3aa52680959e56d4d2c5fda3588f38 (diff) | |
download | tcl-65eb78098beae92eebe860b9158b9e28224df080.zip tcl-65eb78098beae92eebe860b9158b9e28224df080.tar.gz tcl-65eb78098beae92eebe860b9158b9e28224df080.tar.bz2 |
Revised the zlib objects so that they are
built directly into the build dir, without
building an intermediate static library.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,7 +9,10 @@ fire to try to build the static library in a --enable-shared build (and create a static library that subsequently fails to - link). + link). + Revised the zlib objects so that they are + built directly into the build dir, without + building an intermediate static library. *** POTENTIAL INCOMPATIBILITY *** for embedders who link to the static library, but I couldn't figure out how to sort this out any other |