Re: [Modcplusplus-devel] (johnksterling) mod_cplusplus configure.in
Brought to you by:
gr84b8,
johnksterling
|
From: Michael S. <ms...@ca...> - 2005-07-29 10:31:36
|
Mod Cplusplus CVS List wrote: > Mod Cplusplus CVS committal > > Author : johnksterling > Module : mod_cplusplus > Dir : mod_cplusplus > > > > Modified Files: > configure.in > > > Log Message: > fix configure to properly include all directories if apr/apu are in different places. patch submitted by Jean-Francois Adam <jfadam> > =================================================================== > RCS file: /cvsroot/modcplusplus/mod_cplusplus/configure.in,v > retrieving revision 1.26 > retrieving revision 1.27 > diff -u -3 -r1.26 -r1.27 > --- configure.in 26 Mar 2005 13:24:26 -0000 1.26 > +++ configure.in 29 Jul 2005 01:49:42 -0000 1.27 > @@ -27,7 +27,7 @@ > cxxflags=`$withval -q CXXFLAGS` > extra_cppflags=`$withval -q EXTRA_CPPFLAGS` > extra_cflags=`$withval -q EXTRA_CFLAGS` > - INCLUDES="-I$apache_inc -I$apr_inc -I$apu_inc" > + INCLUDES="-I$apache_inc -I$apr_inc -I$apu_inc -I$apr_inc -I$apu_inc" > HTTPD_DIR=`$withval -q PREFIX` > CONF_DIR=`$withval -q SYSCONFDIR` > MODULES_DIR=`$withval -q LIBEXECDIR` I have created a Gentoo mod_cplusplus-1.6_pre20050729.ebuild using a snapshot from current CVS. With the change above mod_cplusplus now builds fine on Gentoo. The ebuild, including earlier versions, can be found here: http://sipx-wiki.calivia.com/svn/sipx-ebuilds/www-apache/mod_cplusplus/ I've posted the ebuild here as well: http://bugs.gentoo.org/show_bug.cgi?id=100684 Mike |