mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
audiodecoder.timidity: fix compilation with gcc10
This commit is contained in:
parent
ed5b9de6ea
commit
3d08af6550
@ -18,6 +18,10 @@ PKG_LONGDESC="audiodecoder.timidity"
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_TYPE="kodi.audiodecoder"
|
||||
|
||||
pre_configure_target() {
|
||||
CFLAGS="$CFLAGS -fcommon"
|
||||
}
|
||||
|
||||
addon() {
|
||||
install_binary_addon $PKG_ADDON_ID
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user