[Patch] fix include for SIZE_MAX with Bionic libc

2013-01-15 Thread Andoni Morales
Hi, Attached patch to fix the build with the Android NDK for x86. This was triggered building libtasn1 with the following error: /bin/bash ../libtool --tag=CC --mode=compile i686-linux-android-gcc -fuse-ld=gold -std=gnu99 -DHAVE_CONFIG_H -I. -I.. --sysroot=/home/andoni/cerbero/android-ndk-r8b/

[Patch] Fix build with Android's Bionic for X86

2013-01-15 Thread Andoni Morales
Hi, The attached patch is a proposed fix to fix building gnulib with Android's Binonic for X86 (this bugs does not appear for ARM architectures). In lib/stdint.in.h there is the following fix for Bionic, which includes the system's stdint.h if time_t is not defined, defined in included-fixed/sys/