components/apache2/patches/openldap.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Thu, 25 Sep 2014 07:39:44 -0700
branchs11-update
changeset 3337 85a6014ba6b7
parent 2736 8f2b4731dba5
permissions -rw-r--r--
19682871 problem in UTILITY/BASH

--- configure.in	Sat Apr 16 12:09:47 2011
+++ configure.in	Thu Nov 10 07:18:54 2011
@@ -144,7 +144,7 @@
 
 APR_ADDTO(LDFLAGS, `$apu_config --ldflags`)
 APU_BINDIR=`$apu_config --bindir`
-APU_INCLUDEDIR=`$apu_config --includedir`
+APU_INCLUDEDIR="`$apu_config --includedir` -I/usr/include/openldap"
 APU_VERSION=`$apu_config --version`
 APU_CONFIG="$APU_BINDIR/apu-`echo ${APU_VERSION} | sed 's,\..*,,'`-config"