2018-06-17 09:08:51 +00:00
|
|
|
--- a/libelf/libelfP.h
|
|
|
|
+++ b/libelf/libelfP.h
|
2017-05-05 23:05:56 +00:00
|
|
|
@@ -39,6 +39,9 @@
|
2015-06-15 07:46:21 +00:00
|
|
|
#include <stdio.h>
|
2015-06-14 17:43:40 +00:00
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
+#ifdef _ /* fix libintl-stub */
|
|
|
|
+#undef _
|
|
|
|
+#endif
|
|
|
|
/* gettext helper macros. */
|
|
|
|
#define _(Str) dgettext ("elfutils", Str)
|
|
|
|
|
2018-06-17 09:08:51 +00:00
|
|
|
--- a/libdw/libdwP.h
|
|
|
|
+++ b/libdw/libdwP.h
|
|
|
|
@@ -35,7 +35,9 @@
|
2015-06-14 17:43:40 +00:00
|
|
|
#include <libdw.h>
|
|
|
|
#include <dwarf.h>
|
|
|
|
|
|
|
|
-
|
|
|
|
+#ifdef _ /* fix libintl-stub */
|
|
|
|
+#undef _
|
|
|
|
+#endif
|
|
|
|
/* gettext helper macros. */
|
|
|
|
#define _(Str) dgettext ("elfutils", Str)
|
|
|
|
|
2018-06-17 09:08:51 +00:00
|
|
|
--- a/libdwfl/libdwflP.h
|
|
|
|
+++ b/libdwfl/libdwflP.h
|
2017-05-05 23:05:56 +00:00
|
|
|
@@ -43,6 +43,9 @@
|
2015-06-14 17:43:40 +00:00
|
|
|
|
|
|
|
typedef struct Dwfl_Process Dwfl_Process;
|
|
|
|
|
|
|
|
+#ifdef _ /* fix libintl-stub */
|
|
|
|
+#undef _
|
|
|
|
+#endif
|
|
|
|
/* gettext helper macros. */
|
|
|
|
#define _(Str) dgettext ("elfutils", Str)
|
|
|
|
|
2018-06-17 09:08:51 +00:00
|
|
|
--- a/libasm/libasmP.h
|
|
|
|
+++ b/libasm/libasmP.h
|
2016-10-14 00:02:47 +00:00
|
|
|
@@ -35,6 +35,9 @@
|
2015-06-14 17:43:40 +00:00
|
|
|
|
2016-10-14 00:02:47 +00:00
|
|
|
#include "libdwelf.h"
|
2015-06-14 17:43:40 +00:00
|
|
|
|
|
|
|
+#ifdef _ /* fix libintl-stub */
|
|
|
|
+#undef _
|
|
|
|
+#endif
|
|
|
|
/* gettext helper macros. */
|
|
|
|
#define _(Str) dgettext ("elfutils", Str)
|
|
|
|
|