]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Drop mod_ldap from sid/jessie build
authorTravis Cross <tc@traviscross.com>
Thu, 22 May 2014 18:23:07 +0000 (18:23 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 22 May 2014 18:24:32 +0000 (18:24 +0000)
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

index d51f021dfabff8ed076423d11e5c2e5ce09b3c40..8dacbef1d81472a7519deb6fa869d8d5eba6ea3d 100755 (executable)
@@ -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=(
 )