kumquat-buildroot/package/uclibc/0.9.31.1
Simon Dawson cad987f4cb avr32: fix uclibc build using recent kernel headers
Using kernel headers newer than 3.6.x, uclibc 0.9.31.1 fails to build:

  In file included from output/host/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/rtnetlink.h:6,
                 from libc/inet/netlinkaccess.h:34,
                 from libc/inet/if_index.c:36:
  output/host/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/if_link.h:314: error: expected specifier-qualifier-list before '__be16'
  make[1]: *** [libc/inet/if_index.os] Error 1
  make[1]: Leaving directory `output/build/uclibc-0.9.31.1'
  make: *** [output/build/uclibc-0.9.31.1/.stamp_built] Error 2

This patch adjusts the system type definitions in the netlinkaccess.h
header, updating the types to match those used in uClibc 0.9.33.2.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-11-10 10:06:28 +01:00
..
uClibc-0001-add-bsd-endian-conversions.patch
uClibc-0002-add-inotify-init1.patch
uClibc-0003-add-sock-cloexec.patch
uClibc-0004-export-strverscmp.patch
uClibc-0005-fix-daylight-saving-time-handling.patch
uClibc-0006-fix-error-locale-utf-8.patch
uClibc-0007-linuxthreads-errno-fix.patch
uClibc-0008-more-workarounds-GCC-PR32219.patch
uClibc-0009-unshare.patch
uClibc-0010-workaround-GCC-PR32219.patch
uClibc-0011-startfiles-Make-targets.patch
uClibc-0012-netlinkaccess-header-types.patch.avr32