]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8398: Added event_handlers/mod_amqp to avoided modules for Ubuntu 14.04 Trusty
authorTyler Cross <tyler@cross.solutions>
Thu, 29 Oct 2015 17:33:42 +0000 (11:33 -0600)
committerTyler Cross <tyler@cross.solutions>
Thu, 29 Oct 2015 20:17:59 +0000 (14:17 -0600)
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.

debian/bootstrap.sh

index 43468800ae174fdb304acbde24207119519ecb5d..2163c069471985b3ec9a8d059b0ccc3f81982298 100755 (executable)
@@ -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