commit 1605decc9f77854b7ba5f2e7f82a5dc1a3a832d1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 3 09:53:00 2020 +0100
Readd -Wno-error=stringop-truncation
tvheadend.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tvheadend.spec b/tvheadend.spec
index e141b4c..161b326 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -141,7 +141,7 @@ done
%build
-export CFLAGS="$RPM_OPT_FLAGS -Wno-attributes"
+export CFLAGS="$RPM_OPT_FLAGS -Wno-attributes -Wno-error=stringop-truncation"
echo "%{version}-%{release}" >rpm/version
# Note: --disable-lib* correspond to options to build bundled FFmpeg
%configure \