Bug #36
strongswan-4.2.0 does not compile with uclibc
Start date:
Due date:
Estimated time:
Affected version:
5.9.2
Resolution:
Description
Jay Pfeifer reported problem this compilation problem on the strongswan IRC. Apparently there is some issue with printf_hook function pointers.
Associated revisions
History
#1 Updated by Martin Willi about 14 years ago
- Status changed from New to Closed
- Affected version set to fixed
glibc does typedef "printf_function" and "printf_arginfo_function" as functions, while uclibc uses function pointers.
r3749 does define the function pointers directly.
uClibc users should also have a look at r3750, as uClibc does not support malloc hooks...
defining hook functions ourself as definition in uClibc and glibc differ, fixes #36