forked from Mirrors/freeswitch
FS-8398: Added event_handlers/mod_amqp to avoided modules for Ubuntu 14.04 Trusty
This change makes it so that event_handlers/mod_amqp is avoided when building debian packages for Ubuntu 14.04 (Trusty). If this module is packaged there is a dependency issue related to the rabbitmq libraries. Avoiding the module was the simplest solution to achieve debian packaging on the Ubuntu 14.04 OS.
This commit is contained in:
parent
b3dc9154d4
commit
21a79e3fbb
1
debian/bootstrap.sh
vendored
1
debian/bootstrap.sh
vendored
@ -77,6 +77,7 @@ avoid_mods_wheezy=(
|
||||
formats/mod_vlc
|
||||
)
|
||||
avoid_mods_trusty=(
|
||||
event_handlers/mod_amqp
|
||||
)
|
||||
avoid_mods_utopic=(
|
||||
directories/mod_ldap
|
||||
|
Loading…
Reference in New Issue
Block a user