In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2e3468793982c433c4b3838a57fb434ecca63875?hp=4b081584932d92f8dac2f79aa720900f3add79ea>

- Log -----------------------------------------------------------------
commit 2e3468793982c433c4b3838a57fb434ecca63875
Author: Reini Urban <rur...@x-ray.at>
Date:   Tue Sep 27 06:45:37 2011 -0500

    Export DynaLoader symbols from libperl again
    
    With 5.15.2 and the new xubpp, DynaLoader symbols were XS_INTERNAL, before
    they were effectively XS_EXTERNAL. This broke B::C and possibly other
    embedded apps which link to DynaLoader functions.
-----------------------------------------------------------------------

Summary of changes:
 ext/DynaLoader/dlutils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ext/DynaLoader/dlutils.c b/ext/DynaLoader/dlutils.c
index 1ba9a61..574ccad 100644
--- a/ext/DynaLoader/dlutils.c
+++ b/ext/DynaLoader/dlutils.c
@@ -8,6 +8,7 @@
  *                      files when the interpreter exits
  */
 
+#define PERL_EUPXS_ALWAYS_EXPORT
 #ifndef START_MY_CXT /* Some IDEs try compiling this standalone. */
 #   include "EXTERN.h"
 #   include "perl.h"

--
Perl5 Master Repository

Reply via email to