updated uClibc note in HACKING

This commit is contained in:
Martin Willi 2007-04-12 11:33:28 +00:00
parent a1b2d82db0
commit 9e3e46a52c
1 changed files with 3 additions and 6 deletions

View File

@ -41,16 +41,13 @@ Then you're in, start the build as usual:
uClibc support uClibc support
-------------- --------------
Support for uClibc is still work in progress. To get startet with strongSwan Support for uClibc is still work in progress. To get started, make sure to
on uClibc, yoou need version which supports getifaddrs ( > 0.9.28). include the following options:
Additionally, you need the at least the following options:
String and Stdio Support ---> String and Stdio Support --->
[*] Support glibc's register_printf_function() [*] Support glibc's register_printf_function()
[*] Support the '%m' specifier in printf format strings
General Library Settings ---> General Library Settings --->
[*] Support global constructors and destructors [*] Support global constructors and destructors
We must reduce the number of printf handlers, as uClibc only supports 10 of It is fairly untested yet, so don't except to get it running without
them. It is fairly untested yet, so don't except to get it running without
further tweaks. further tweaks.