aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-04-12 11:33:28 +0000
committerMartin Willi <martin@strongswan.org>2007-04-12 11:33:28 +0000
commit9e3e46a52c2c8633f2dc11216d3f40e14929ae22 (patch)
tree56d6db2caae8e1511dcc07499ac6ca0717f43255 /HACKING
parenta1b2d82db0499ecec2dee67bbed9d5412246af20 (diff)
downloadstrongswan-9e3e46a52c2c8633f2dc11216d3f40e14929ae22.tar.bz2
strongswan-9e3e46a52c2c8633f2dc11216d3f40e14929ae22.tar.xz
updated uClibc note in HACKING
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING9
1 files changed, 3 insertions, 6 deletions
diff --git a/HACKING b/HACKING
index 17925545d..7357d8055 100644
--- a/HACKING
+++ b/HACKING
@@ -41,16 +41,13 @@ Then you're in, start the build as usual:
uClibc support
--------------
-Support for uClibc is still work in progress. To get startet with strongSwan
-on uClibc, yoou need version which supports getifaddrs ( > 0.9.28).
-Additionally, you need the at least the following options:
+Support for uClibc is still work in progress. To get started, make sure to
+include the following options:
String and Stdio Support --->
[*] Support glibc's register_printf_function()
- [*] Support the '%m' specifier in printf format strings
General Library Settings --->
[*] Support global constructors and destructors
-We must reduce the number of printf handlers, as uClibc only supports 10 of
-them. It is fairly untested yet, so don't except to get it running without
+It is fairly untested yet, so don't except to get it running without
further tweaks.