mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +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() {
|
pre_configure_target() {
|
||||||
# fails to build with gcc 4.9 + lto
|
# fails to build with gcc 4.9 + lto
|
||||||
strip_lto
|
strip_lto
|
||||||
|
CFLAGS="$CFLAGS -Wno-error=unused-const-variable"
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user