]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/libgcrypt_wrap/cipher_wrap.h (__GNU_LIBRARY__): Avoid
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 12 Feb 2012 18:34:08 +0000 (19:34 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 12 Feb 2012 18:34:08 +0000 (19:34 +0100)
rimplicit redifinition.

ChangeLog
grub-core/lib/libgcrypt_wrap/cipher_wrap.h

index 4ca26dbcdaf84c14f9be08bafe1f50c7df235bca..bb9c120a7b3c45a1d9294b150f2bb24da3db412a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-12  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/lib/libgcrypt_wrap/cipher_wrap.h (__GNU_LIBRARY__): Avoid
+       rimplicit redifinition.
+
 2012-02-12  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * docs/grub.texi (Internationalisation): Detail (lack of) collation in
index 8285305771b5cd1bb1c2658b9a2accee26acb24e..70c0fb430413469b6a55c4700559e2d866225c7d 100644 (file)
@@ -31,7 +31,8 @@
 #define WORDS_BIGENDIAN 1
 #endif
 
-#define __GNU_LIBRARY__
+#undef __GNU_LIBRARY__
+#define __GNU_LIBRARY__ 1
 
 #define DIM ARRAY_SIZE