Package: libmhash-dev
Version: 0.9.9.9-3
Severity: important
User: [email protected]
Usertags: multiarch
libmhash-dev is marked as "Multi-Arch: same", but the following file is
architecture-dependent:
/usr/include/mutils/mhash_config.h
An example diff between kfreebsd-i386 and powerpc is attached.
--
Jakub Wilk
diff -ur libmhash-dev_0.9.9.9-3_kfreebsd-i386/usr/include/mutils/mhash_config.h
libmhash-dev_0.9.9.9-3_powerpc/usr/include/mutils/mhash_config.h
--- libmhash-dev_0.9.9.9-3_kfreebsd-i386/usr/include/mutils/mhash_config.h
2013-08-30 03:47:32.000000000 +0200
+++ libmhash-dev_0.9.9.9-3_powerpc/usr/include/mutils/mhash_config.h
2013-08-30 03:44:30.000000000 +0200
@@ -147,7 +147,7 @@
#define HAVE_STRTOL 1
/* Define to 1 if you have the <sys/endian.h> header file. */
-#define HAVE_SYS_ENDIAN_H 1
+/* #undef HAVE_SYS_ENDIAN_H */
/* Define to 1 if you have the <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1
@@ -196,7 +196,7 @@
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
-/* #undef WORDS_BIGENDIAN */
+#define WORDS_BIGENDIAN 1
/* Define to 1 if on AIX 3.
System headers sometimes define this.