123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- Index: elfutils-0.169/libelf/libelfP.h
- ===================================================================
- --- elfutils-0.169.orig/libelf/libelfP.h
- +++ elfutils-0.169/libelf/libelfP.h
- @@ -39,6 +39,9 @@
- #include <stdio.h>
- #include <string.h>
-
- +#ifdef _ /* fix libintl-stub */
- +#undef _
- +#endif
- /* gettext helper macros. */
- #define _(Str) dgettext ("elfutils", Str)
-
- Index: elfutils-0.169/libdw/libdwP.h
- ===================================================================
- --- elfutils-0.169.orig/libdw/libdwP.h
- +++ elfutils-0.169/libdw/libdwP.h
- @@ -36,7 +36,9 @@
- #include <libdw.h>
- #include <dwarf.h>
-
- -
- +#ifdef _ /* fix libintl-stub */
- +#undef _
- +#endif
- /* gettext helper macros. */
- #define _(Str) dgettext ("elfutils", Str)
-
- Index: elfutils-0.169/libdwfl/libdwflP.h
- ===================================================================
- --- elfutils-0.169.orig/libdwfl/libdwflP.h
- +++ elfutils-0.169/libdwfl/libdwflP.h
- @@ -43,6 +43,9 @@
-
- typedef struct Dwfl_Process Dwfl_Process;
-
- +#ifdef _ /* fix libintl-stub */
- +#undef _
- +#endif
- /* gettext helper macros. */
- #define _(Str) dgettext ("elfutils", Str)
-
- Index: elfutils-0.169/libasm/libasmP.h
- ===================================================================
- --- elfutils-0.169.orig/libasm/libasmP.h
- +++ elfutils-0.169/libasm/libasmP.h
- @@ -35,6 +35,9 @@
-
- #include "libdwelf.h"
-
- +#ifdef _ /* fix libintl-stub */
- +#undef _
- +#endif
- /* gettext helper macros. */
- #define _(Str) dgettext ("elfutils", Str)
-
|