Randy Kobes wrote:
I've attached a patch (as it includes tabs) for building the
static aprext lib for Win32 (and perhaps others) when need
be in providing symbols to APR/APR::* so as to be usable
outside of mod_perl.so. What this does is hopfully make it
easier to configure other platforms (than Win32) to build it
this way - a constant BUILD_APREXT is defined in
Apache::Build, so to add another platform to this way of
building, one just has to modify this constant, as well as
provide a mp_apr_lib_$^O sub in Apache::Build to instruct
how to link to the aprext lib.

I've changed the actual name of the lib used to libaprext,
to make it easier on *nix to use "-laprext" linking.

Nice work, Randy

The only comment I have is that there is a lot of code duplication going on in Makefile.PL. It think it should be abstracted into a sub.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to