Merge pull request #970 from chewitt/fix_udpxy

udpxy: fix build after gcc changes
This commit is contained in:
Lukas Rusak 2016-11-21 22:12:14 -08:00 committed by GitHub
commit 93db1a9306

View File

@ -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() {