提交 21a79e3f authored 作者: Tyler Cross's avatar Tyler Cross

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.
上级 b3dc9154
......@@ -77,6 +77,7 @@ avoid_mods_wheezy=(
formats/mod_vlc
)
avoid_mods_trusty=(
event_handlers/mod_amqp
)
avoid_mods_utopic=(
directories/mod_ldap
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论