You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by "Philip M. Gollucci" <pg...@p6m7g8.com> on 2005/06/29 21:54:34 UTC

[PATCH] Makefile.PL

>
>> Glenn Gallien wrote:
>>
>>> Thanks, that's what I was looking for,  --with-expat=/usr/local did 
>>> the trick.
>>> Works fine with ./configure, but not with Makefile.PL.  Adding 
>>> --with-expat
>>> to @opts in Makefile.PL worked.
>>
>> Score one for me :)
>
Here's an official patch based on this to complete my --with-expat to 
./configure from before.

Thanks Glen.

Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 202418)
+++ Makefile.PL (working copy)
@@ -18,7 +18,8 @@
 my %opts;
 undef @opts{qw(with-apache2-apxs with-apache1-apxs with-apache2-src
                with-perl with-apache2-httpd
-               with-apr-config with-apu-config apxs)};
+               with-apr-config with-apu-config apxs
+               with-expat)};
 undef @opts{qw(with-apache2)} if (WIN32);
 
 my @flags = qw/enable-maintainer-mode enable-perl-glue disable-perl-glue/;


-- 
END 
---------------------------------------------------------
    What doesn't kill us can only make us stronger.
               Nothing is impossible.
				
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
     http://www.liquidityservicesinc.com
        http://www.liquidation.com
        http://www.uksurplus.com
        http://www.govliquidation.com
        http://www.gowholesale.com



Re: [PATCH] Makefile.PL

Posted by Joe Schaefer <jo...@sunstarsys.com>.
"Philip M. Gollucci" <pg...@p6m7g8.com> writes:

> Here's an official patch based on this to complete my --with-expat to
> ./configure from before.

Thanks, applied.

-- 
Joe Schaefer