From 15766d349d4674c4718cba82c81c4ff35258fc8c Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 22 May 2014 18:23:07 +0000 Subject: [PATCH] Drop mod_ldap from sid/jessie build Ken noticed a build error. We need to use the system ldap library anyway, so we'll just drop mod_ldap here until we make that change. --- debian/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index d51f021dfa..8dacbef1d8 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -34,9 +34,11 @@ avoid_mods=( xml_int/mod_xml_radius ) avoid_mods_sid=( + directories/mod_ldap languages/mod_java ) avoid_mods_jessie=( + directories/mod_ldap ) avoid_mods_wheezy=( )