aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squidguard/squidguard-1.4/squidguard-cross-ldap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/squidguard/squidguard-1.4/squidguard-cross-ldap.patch')
-rw-r--r--recipes/squidguard/squidguard-1.4/squidguard-cross-ldap.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/squidguard/squidguard-1.4/squidguard-cross-ldap.patch b/recipes/squidguard/squidguard-1.4/squidguard-cross-ldap.patch
new file mode 100644
index 0000000000..6e2afb8d4f
--- /dev/null
+++ b/recipes/squidguard/squidguard-1.4/squidguard-cross-ldap.patch
@@ -0,0 +1,13 @@
+Index: squidGuard-1.4/configure.in
+===================================================================
+--- squidGuard-1.4.orig/configure.in 2010-03-04 18:15:18.000000000 +0300
++++ squidGuard-1.4/configure.in 2010-03-04 18:15:32.000000000 +0300
+@@ -187,7 +187,7 @@
+ fi
+ if test "$with_ldap" = "yes"; then
+ AC_DEFINE(HAVE_LIBLDAP)
+- AC_RUN_IFELSE([
++ AC_COMPILE_IFELSE([
+
+ #include <ldap.h>
+ int main()