tvheadend: Fix compilation on GCC8
authorRosen Penev <rosenp@gmail.com>
Wed, 1 May 2019 02:25:07 +0000 (19:25 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 1 May 2019 17:12:23 +0000 (10:12 -0700)
commit9eea417e92f332e2c0a6b014655c0c5bbaebb48b
tree582cbd247b2580a1bd4657975cc5d133c981d677
parented165932e0b5e0b7ae2a4b5ce820c82251380fda
tvheadend: Fix compilation on GCC8

New string warnings were introduced. Adding -Wno-error to TARGET_CFLAGS
does not work so patch it out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
multimedia/tvheadend/Makefile
multimedia/tvheadend/patches/020-strncpy-issue.patch [new file with mode: 0644]