[mp2] DESTDIR does not apply to mod_perl.so and includes

2005-02-07 Thread Frederic LE GUERN
${source_dir}/src/modules/perl/Makefile does not reference $(DESTDIR) in install: rule, so when trying to make mod_perl2 as a relocatable package mod_perl.so and mod_perl .h files get installed system-wide. Here's a patch : --- Makefile.orig2005-02-08 00:43:50.0 + +++ Makefile

Re: [mp2] DESTDIR does not apply to mod_perl.so and includes

2005-02-07 Thread Frederic LE GUERN
> Frederic LE GUERN wrote: > > ${source_dir}/src/modules/perl/Makefile does not reference $(DESTDIR) in > > install: rule, so when trying to make mod_perl2 as a relocatable package > > mod_perl.so and mod_perl .h files get installed system-wide. > > > > Here'

Re: [mp2] DESTDIR does not apply to mod_perl.so and includes

2005-02-09 Thread Frederic LE GUERN
> sure, but you can help us figure out a solution w/o knowing anything about > mod_perl. The situation of the packagers is unique. One can think of it as > if they are using chroot(1), where their / moves elsewhere. It'd be easy > to make DESTDIR supported, but this is not the right thing. mod_perl

Re: [mp2] [PATCH] DESTDIR does not apply to mod_perl.so and includes

2005-02-16 Thread Frederic LE GUERN
Thanks Cory I'll replace my own patch with yours. Regards, Frederic LE GUERN On Wed, 16 Feb 2005, Cory Omand wrote: > Date: Wed, 16 Feb 2005 12:52:14 -0800 > From: Cory Omand <[EMAIL PROTECTED]> > To: modperl@perl.apache.org > Cc: Frederic LE GUERN <[EMAIL PROTECTED