Comment from bug #8783.

This commit is contained in:
Pavel Sanda 2013-08-25 21:30:04 -07:00
parent acdfceac71
commit 778cff1cff

View File

@ -333,4 +333,9 @@ notify us.
</edit>
</match>
</fontconfig>
o Building on Solaris 11.1. Compilation does not work out of the box
at the moment (incompatible iconv argument parameters.)
One possible solution is to force ./configure to use appropriate
POSIX/SUS level, e.g.:
CPPFLAGS="-D_XOPEN_SOURCE=500" ./configure --disable-nls --prefix=/opt/lyx
For details see bug #8783.