mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
udpxy: fix build after gcc changes
This commit is contained in:
parent
9b939f525d
commit
2d8750b0f9
@ -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