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
3
debian/bootstrap.sh
vendored
3
debian/bootstrap.sh
vendored
@ -70,13 +70,14 @@ avoid_mods_wheezy=(
|
||||
languages/mod_managed
|
||||
applications/mod_av
|
||||
applications/mod_cv
|
||||
applications/mod_hiredis
|
||||
applications/mod_hiredis
|
||||
formats/mod_shout
|
||||
applications/mod_sonar
|
||||
applications/mod_soundtouch
|
||||
formats/mod_vlc
|
||||
)
|
||||
avoid_mods_trusty=(
|
||||
event_handlers/mod_amqp
|
||||
)
|
||||
avoid_mods_utopic=(
|
||||
directories/mod_ldap
|
||||
|
Loading…
Reference in New Issue
Block a user