mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #970 from chewitt/fix_udpxy
udpxy: fix build after gcc changes
This commit is contained in:
commit
93db1a9306
@ -33,6 +33,7 @@ PKG_AUTORECONF="no"
|
||||
pre_configure_target() {
|
||||
# fails to build with gcc 4.9 + lto
|
||||
strip_lto
|
||||
CFLAGS="$CFLAGS -Wno-error=unused-const-variable"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user