Stas Bekman wrote:
Thanks Philippe for committing the static build patch.
It was long due, so...
Yes, I am aware of that but I am not sure what you'd like changed ?
There are a few issues that need to be polished. One is the docs ambiguety:
-------------------------------------------------- =head4 MP_USE_DSO
Build mod_perl as a DSO (I<mod_perl.so>). This is the default. It'll be turned off if C<MP_USE_STATIC=1> is used.
=head4 MP_USE_STATIC
Build static mod_perl (I<mod_perl.a>). This is the default. It'll be turned off if C<MP_USE_DSO=1> is used.
C<MP_USE_DSO> and C<MP_USE_STATIC> are both enabled by default. So mod_perl is built once as I<mod_perl.a> and I<mod_perl.so>, but afterwards you can choose which of the two to use. --------------------------------------------------
mod_perl can't be built as static and dynamic at the same time. It's correct for the library, not for the 'whole thing'.
signature.asc
Description: OpenPGP digital signature
