dougm 01/04/03 22:32:34
Modified: xs/APR/APR Makefile.PL
Log:
disable attempt to link APR.so with apr libs for the moment, really need to wait
until apr libs are installed as shared libraries anyhow
Revision Changes Path
1.2 +2 -2 modperl-2.0/xs/APR/APR/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/APR/APR/Makefile.PL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.PL 2001/03/05 03:51:16 1.1
+++ Makefile.PL 2001/04/04 05:32:33 1.2
@@ -20,10 +20,10 @@
ModPerl::MM::WriteMakefile(
'NAME' => 'APR',
'VERSION_FROM' => 'APR.pm',
- 'LIBS' => \@libs,
+# 'LIBS' => \@libs,
);
-sub MY::const_loadlibs {
+sub XXX::MY::const_loadlibs {
my $self = shift;
my $string = $self->MM::const_loadlibs;