udpxy: fix build after gcc changes

This commit is contained in:
chewitt 2016-11-22 03:07:03 +00:00
parent 9b939f525d
commit 2d8750b0f9

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