[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Patch] Fixes for Android's Bionic libc in x86
From: |
Andoni Morales |
Subject: |
[Patch] Fixes for Android's Bionic libc in x86 |
Date: |
Tue, 15 Jan 2013 16:09:35 +0100 |
Hi,
The attached patches were required to successfully compile libtasn1
with the Android NDK for x86. This bugs where not triggered with the
ARM target though.
-------------------------
commit 0e87699f7bb2f38a7d31b2dfc65873fe82a05788
Author: Andoni Morales Alastruey <address@hidden>
Date: Tue Jan 15 13:00:45 2013 +0100
Fix check for Android x86
commit 0be30a75ad9e52f217f82851e119c41f992d1613
Author: Andoni Morales Alastruey <address@hidden>
Date: Tue Jan 15 12:19:39 2013 +0100
Fix include for Bionic, where SIZE_MAX is in limits.h
--------------------------
I have sent this two patches to gnulib already, I am waiting for comments.
commit 49f200d3065211b993c92ef197d45f56e34e2dc9
Author: Andoni Morales Alastruey <address@hidden>
Date: Tue Jan 15 12:19:49 2013 +0100
Fix includes for Bionic X86
The order of the includes needs to be changed here, this one is
related to 0e87699f7
Cheers,
Andoni
0001-Fix-include-for-Bionic-where-SIZE_MAX-is-in-limits.h.patch
Description: Binary data
0002-Fix-includes-for-Bionic-X86.patch
Description: Binary data
0003-Fix-check-for-Android-x86.patch
Description: Binary data
- [Patch] Fixes for Android's Bionic libc in x86,
Andoni Morales <=