New task #5707 in linux-libc-headers: linux-libc-headers
2.6.11->2.6.12 broke dietlibc compatibility
Flyspray - The bug killer!
btsadmin at pld-linux.org
Fri Oct 14 02:02:42 CEST 2005
Project: PLD 2.x (Ac)
Reported by: Roman Barczyński (romke)
Package: linux-libc-headers
Version: 2.6.12
Summary: linux-libc-headers 2.6.11->2.6.12 broke dietlibc
compatibility
This change:
#v+
--- linux-libc-headers-2.6.11.2/include/linux/types.h
+++ linux-libc-headers-2.6.12.0/include/linux/types.h
-#ifdef WANT_KERNEL_TYPES || !defined(__GLIBC__)
+#if defined(WANT_KERNEL_TYPES) || !defined(__GLIBC__)
#v-
caused that projects using dietlibc (which has it's own types.h)
won't build because of duplicate type deffinitions
Even if you do not define WANT_KERNEL_TYPES then if you aren't using
GLIBC those types will be defined...
For more further see:
http://bugs.pld-linux.org/index.php?do=details&id=5707
------------------------------------------------------------------------
THIS IS AN AUTOMATICALLY GENERATED MESSAGE, DO NOT REPLY
More information about the pld-bugs
mailing list