packages/multimedia/tvheadend/patches/040-fortify.patch
tianiue 13c113bdb9
tvheadend: update to 4.2.8
tvheadend: add patch to update hdhomerun
2021-10-25 10:03:10 +08:00

10 lines
175 B
Diff

--- a/src/intlconv.c
+++ b/src/intlconv.c
@@ -1,3 +1,6 @@
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
#include <iconv.h>
#include "tvheadend.h"
#include "intlconv.h"