debian: enable mod_managed except on squeeze
mod_managed needs mono 2.8 or greater, and squeeze has only mono 2.6.
This commit is contained in:
parent
3eec3d79be
commit
e44bdd11f4
|
@ -30,7 +30,6 @@ avoid_mods=(
|
||||||
endpoints/mod_unicall
|
endpoints/mod_unicall
|
||||||
formats/mod_portaudio_stream
|
formats/mod_portaudio_stream
|
||||||
formats/mod_shout
|
formats/mod_shout
|
||||||
languages/mod_managed
|
|
||||||
languages/mod_spidermonkey
|
languages/mod_spidermonkey
|
||||||
languages/mod_yaml
|
languages/mod_yaml
|
||||||
sdk/autotools
|
sdk/autotools
|
||||||
|
@ -38,6 +37,7 @@ avoid_mods=(
|
||||||
)
|
)
|
||||||
avoid_mods_squeeze=(
|
avoid_mods_squeeze=(
|
||||||
formats/mod_vlc
|
formats/mod_vlc
|
||||||
|
languages/mod_managed
|
||||||
)
|
)
|
||||||
|
|
||||||
err () {
|
err () {
|
||||||
|
|
Loading…
Reference in New Issue