From: Travis Cross Date: Thu, 22 May 2014 18:23:07 +0000 (+0000) Subject: Drop mod_ldap from sid/jessie build X-Git-Tag: v1.4.4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15766d349d4674c4718cba82c81c4ff35258fc8c;p=thirdparty%2Ffreeswitch.git 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. --- 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=( )