Merge "elfutils: fix build with bfd linker"
diff --git a/0.153/bionic-fixup/libintl.h b/0.153/bionic-fixup/libintl.h
index 27f5e30..c35a06d 100644
--- a/0.153/bionic-fixup/libintl.h
+++ b/0.153/bionic-fixup/libintl.h
@@ -19,7 +19,6 @@
 
 /* no internalization */
 #define gettext(x)      (x)
-
-char * dgettext (const char * domainname, const char * msgid);
+#define dgettext(x,y)   (y)
 
 #endif /* ELFUTILS_LIBINTL_H */