From: Vladimir 'phcoder' Serbinenko Date: Sun, 12 Feb 2012 18:34:08 +0000 (+0100) Subject: * grub-core/lib/libgcrypt_wrap/cipher_wrap.h (__GNU_LIBRARY__): Avoid X-Git-Tag: 2.00~606 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c9182fd2dc8fb3f214e7ab60280da527f2bebf;p=thirdparty%2Fgrub.git * grub-core/lib/libgcrypt_wrap/cipher_wrap.h (__GNU_LIBRARY__): Avoid rimplicit redifinition. --- diff --git a/ChangeLog b/ChangeLog index 4ca26dbcd..bb9c120a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-12 Vladimir Serbinenko + + * grub-core/lib/libgcrypt_wrap/cipher_wrap.h (__GNU_LIBRARY__): Avoid + rimplicit redifinition. + 2012-02-12 Vladimir Serbinenko * docs/grub.texi (Internationalisation): Detail (lack of) collation in diff --git a/grub-core/lib/libgcrypt_wrap/cipher_wrap.h b/grub-core/lib/libgcrypt_wrap/cipher_wrap.h index 828530577..70c0fb430 100644 --- a/grub-core/lib/libgcrypt_wrap/cipher_wrap.h +++ b/grub-core/lib/libgcrypt_wrap/cipher_wrap.h @@ -31,7 +31,8 @@ #define WORDS_BIGENDIAN 1 #endif -#define __GNU_LIBRARY__ +#undef __GNU_LIBRARY__ +#define __GNU_LIBRARY__ 1 #define DIM ARRAY_SIZE