Avoid mod_shout on sid/jessie for now
On sid the build breaks on "undefined reference to symbol 'ogg_sync_init'". We'll just avoid mod_shout on sid/jessie until this is worked out.
This commit is contained in:
parent
1cbbc14724
commit
7b38b4f86b
|
@ -35,11 +35,13 @@ avoid_mods=(
|
|||
)
|
||||
avoid_mods_sid=(
|
||||
directories/mod_ldap
|
||||
formats/mod_shout
|
||||
languages/mod_java
|
||||
)
|
||||
avoid_mods_jessie=(
|
||||
directories/mod_ldap
|
||||
languages/mod_java
|
||||
formats/mod_shout
|
||||
)
|
||||
avoid_mods_wheezy=(
|
||||
languages/mod_java
|
||||
|
|
Loading…
Reference in New Issue