summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/index/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index 38c663228..fd3631c07 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -205,3 +205,5 @@ More specifically,
Thanks, Joey et al., for a really cool tool.
--Mike
+
+> Looks like the ikiwiki wrapper uses asprintf. glibc has that, and I think some other libc implementations have that, but apparently the Solaris libc does not. The same problem will come up on other platforms that don't use glibc. The ikiwiki wrapper needs to either avoid asprintf or use a portable asprintf implementation from somewhere like gnulib. --[[JoshTriplett]] \ No newline at end of file