tags 664144 +patch
--

Hi,

it can be easily fixed by patch bellow,
the patch in current upstream SVN breaks linux/amd64 compilation.

Petr

--- endian.h
+++ endian.h
@@ -24,7 +24,7 @@
  */

 /* Try to get BYTE_ORDER, BIG_ENDIAN and LITTLE_ENDIAN */
-#if defined(__linux)
+#if defined(__linux) || defined(__GLIBC__)
 #   include <endian.h>
 #   ifndef BIG_ENDIAN
 #      define BIG_ENDIAN __BIG_ENDIAN





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to