]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] add some build info about the AIX platform
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 19:52:05 +0000 (20:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 22:17:15 +0000 (23:17 +0100)
README

diff --git a/README b/README
index 4b95981b9cf3b96e84098f018d259abe2027c4de..1a4491eabfb0ba3b57467b1bdd698645a528c359 100644 (file)
--- a/README
+++ b/README
@@ -89,4 +89,8 @@ check the Makefile to see which ones will be available in your case, and
 use the USE_* variables in the GNU Makefile, or ADDINC, ADDLIB, and DEFINE
 variables in the BSD makefiles.
 
+AIX 5.3 is known to work with the generic target. However, for the binary to
+also run on 5.2 or earlier, you need to build with DEFINE="-D_MSGQSUPPORT",
+otherwise __fd_select() will be used while not being present in the libc.
+
 -- end