components/apache2-modules/mod_fcgid/patches/fcgid.configure.apxs.patch
changeset 278 77b380ba9d84
equal deleted inserted replaced
277:12ebd29ad46c 278:77b380ba9d84
       
     1 --- configure.apxs.orig	Wed Jun  2 10:55:51 2010
       
     2 +++ configure.apxs	Tue May 10 09:48:15 2011
       
     3 @@ -24,8 +24,9 @@
       
     4  # scripts expect them to be the parent of the build directory
       
     5  # they fail to use the $installbuilddir path.
       
     6  exp_installbuilddir=`$APXS -q exp_installbuilddir`
       
     7 -top_installbuilddir=`cd $exp_installbuilddir/..; pwd`
       
     8 -top_installbuilddir=`echo $exp_installbuilddir | sed -e "s#/[^/]*\\\$##;"`
       
     9 +# Better to set top_builddir and top_srcdir to Apache prefix in order 64
       
    10 +# bits module is built (to avoid problem with $(MACH64) directory in path).
       
    11 +top_installbuilddir=`$APXS -q prefix`
       
    12  
       
    13  builddir=`pwd`
       
    14  srcdir=$builddir