components/apache2/patches/openldap.patch
changeset 1806 c77d43725b49
parent 1805 f6cd58bb9dba
child 1807 45d28e42b828
equal deleted inserted replaced
1805:f6cd58bb9dba 1806:c77d43725b49
     1 --- configure.in	Sat Apr 16 12:09:47 2011
       
     2 +++ configure.in	Thu Nov 10 07:18:54 2011
       
     3 @@ -144,7 +144,7 @@
       
     4  
       
     5  APR_ADDTO(LDFLAGS, `$apu_config --ldflags`)
       
     6  APU_BINDIR=`$apu_config --bindir`
       
     7 -APU_INCLUDEDIR=`$apu_config --includedir`
       
     8 +APU_INCLUDEDIR="`$apu_config --includedir` -I/usr/include/openldap"
       
     9  APU_VERSION=`$apu_config --version`
       
    10  APU_CONFIG="$APU_BINDIR/apu-`echo ${APU_VERSION} | sed 's,\..*,,'`-config"
       
    11