[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl
Subject:    Re: MP2: Patch to fix dynamic loading under OpenBSD (Was: Patches for two problems under OpenBSD)
From:       Simon Bertrang <janus () errornet ! de>
Date:       2007-07-13 17:44:35
Message-ID: 20070713174435.GA7533 () codefish
[Download RAW message or body]

On Sun, Jun 10, 2007 at 08:38:53PM +0200, Simon Bertrang wrote:
[snip]
> Here's a diff against svn.
[snip]
> Index: xs/APR/APR/APR.pm
> ===================================================================
> --- xs/APR/APR/APR.pm	(revision 545917)
> +++ xs/APR/APR/APR.pm	(working copy)
> @@ -23,7 +23,7 @@
>  # XXX: see xs/ModPerl/Const/Const.pm for issues of using 0x01
>  use Config ();
>  use constant DL_GLOBAL =>
> -  ( $Config::Config{dlsrc} eq 'dl_dlopen.xs' && $^O ne 'openbsd' ) ? 0x01 : 0x0;
> +  ( $Config::Config{dlsrc} eq 'dl_dlopen.xs' ) ? 0x01 : 0x0;
>  sub dl_load_flags { DL_GLOBAL }
>  
>  unless (defined &APR::XSLoader::BOOTSTRAP) {

Hey devs,
would be nice if this can go into the next release.  Do you need
anything more than this diff against svn?

Regards,
Simon
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic