joes 2004/07/19 20:18:07
Modified: build xsbuilder.pl
Log:
Use -I$base_dir/glue/perl/xs to find the (generated) xs headers instead of
the ../../.. guesswork.
Revision Changes Path
1.29 +1 -1 httpd-apreq-2/build/xsbuilder.pl
Index: xsbuilder.pl
===================================================================
RCS file: /home/cvs/httpd-apreq-2/build/xsbuilder.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xsbuilder.pl 16 Jul 2004 17:12:36 -0000 1.28
+++ xsbuilder.pl 20 Jul 2004 03:18:07 -0000 1.29
@@ -309,7 +309,7 @@
'NAME' => '$class',
'VERSION' => '$version',
'TYPEMAPS' => [qw(@$mp2_typemaps $typemap)],
- 'INC' => "-I.. -I../.. -I../../.. -I$src_dir -I$xs_dir
$apache_includes",
+ 'INC' => "-I$base_dir/glue/perl/xs -I$src_dir -I$xs_dir
$apache_includes",
'LIBS' => "$apreq_libs $apr_libs",
} ;
$txt .= "'depend' => $deps,\n" if ($deps) ;