Project

General

Profile

Bug #36

strongswan-4.2.0 does not compile with uclibc

Added by Martin Willi over 17 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
libstrongswan
Target version:
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.

strongswan_irc.txt (398 Bytes) strongswan_irc.txt Martin Willi, 03.04.2008 18:06

History

#1 Updated by Martin Willi over 17 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...