1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-17 17:22:21 +00:00

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.
This commit is contained in:
Travis Cross 2014-05-22 18:23:07 +00:00
parent 9d99c34682
commit 15766d349d

2
debian/bootstrap.sh vendored

@ -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=(
)