udpxy: broken since gcc-8.0

This commit is contained in:
MilhouseVH 2019-05-25 01:38:48 +01:00
parent 775df5da16
commit 9a24528e3f

View File

@ -10,6 +10,10 @@ PKG_URL="http://www.udpxy.com/download/1_23/${PKG_NAME}.${PKG_VERSION}-prod.tar.
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A UDP-to-HTTP multicast traffic relay daemon."
configure_target() {
export CFLAGS+=" -Wno-stringop-truncation"
}
makeinstall_target() {
:
}