Without this, compilation fails because of a fortify-source header. There's something defining and undefining _GNU_SOURCE somewhere. Signed-off-by: Rosen Penev <rosenp@gmail.com>
9 lines
175 B
Diff
9 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"
|