
SteveHay at planit
Nov 16, 2009, 6:08 AM
Post #2 of 2
(216 views)
Permalink
|
Jerry D. Hedden wrote on 2009-11-16: > I noted on my blead build this morning that IO/Compress was not > configured to be built. Previously, my configure log had: > > Keeping extension IO. > Keeping extension IO/Compress. > Ignoring extension IPC/SysV. > > Now it has just: > > Keeping extension IO. > Ignoring extension IPC/SysV. > > Was there a patch that specifically changed this behavior? Commit 88a6f4fc380d30c405f82eb0f2962237fd771fea changed the build scripts so that IO-Compress is no longer treated as an XS-extension. It isn't any more, and doesn't need to be artificially treated as such in blead. (It will still be treated as XS for 5.10.x for backwards-compatibility, for the sake of anyone upgrading a 5.10.x in-place.)
|