Add a note that if you were WITH_ICONV before, you should turn on

WITH_LIBICONV_COMPAT.
This commit is contained in:
Peter Wemm 2013-08-13 07:31:27 +00:00
parent 0ff204bbd1
commit 0dc59c0fac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254274

View File

@ -36,6 +36,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
enables just the iconv* functionality and is now on by default.
WITH_LIBICONV_COMPAT enables the libiconv api and link time
compatability. Set WITHOUT_ICONV to build the old way.
If you have been using WITH_ICONV before, you will very likely
need to turn on WITH_LIBICONV_COMPAT.
20130806:
INVARIANTS option now enables DEBUG for code with OpenSolaris and