Opened 10 years ago
Closed 10 years ago
#7514 closed Patches (fixed)
Fix Boost.Test compilation for Android before API-level 8
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Android before API-level 8 only defines part of sigaltstack
. It defines the structure, but not the function. Attached patch checks for __ANDROID__
define, if it is defines pulls in a (short) header specifying android API level and if it's less than 8, defines the BOOST_TEST_USE_ALT_STACK
(like it's done for cygwin and qnx).
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | boost.test.android-alt-stack.patch added |
---|
comment:1 by , 10 years ago
Type: | Bugs → Patches |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch (-p1, non-tortoise) for disabling use of sigaltstack in Android < 8.