You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2008/02/24 14:24:50 UTC

svn commit: r630620 - in /perl/embperl/trunk: Embperl/Form/ControlMultValue.pm Makefile.PL

Author: richter
Date: Sun Feb 24 05:24:49 2008
New Revision: 630620

URL: http://svn.apache.org/viewvc?rev=630620&view=rev
Log:
use mod_perl compiler options for all xs modules

Modified:
    perl/embperl/trunk/Embperl/Form/ControlMultValue.pm
    perl/embperl/trunk/Makefile.PL

Modified: perl/embperl/trunk/Embperl/Form/ControlMultValue.pm
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl/Form/ControlMultValue.pm?rev=630620&r1=630619&r2=630620&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/ControlMultValue.pm (original)
+++ perl/embperl/trunk/Embperl/Form/ControlMultValue.pm Sun Feb 24 05:24:49 2008
@@ -158,7 +158,7 @@
 
 returns the values and options
 
-=haed2 get_datasource_controls
+=head2 get_datasource_controls
 
 returns additional controls provided by the
 datasource object e.g. a browse button

Modified: perl/embperl/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Makefile.PL?rev=630620&r1=630619&r2=630620&view=diff
==============================================================================
--- perl/embperl/trunk/Makefile.PL (original)
+++ perl/embperl/trunk/Makefile.PL Sun Feb 24 05:24:49 2008
@@ -1286,7 +1286,7 @@
 
 %MMARGS = (
     'LIBS'	   => [$libs || ''],   			 
-    'DEFINE'	   => "$d \$(DEFS)", 			 
+    'DEFINE'	   => "$d \$(DEFS) " . ($mp2cfg?$mp2cfg->{MODPERL_CCOPTS}:''), 			 
     'INC'	   => "-I$EPPATH $i",     			 
     'VERSION'      => undef,
     'VERSION_FROM' => "$EPPATH/Embperl.pm",



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org