Date: Tue, 13 Aug 2013 07:31:27 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r254274 - head Message-ID: <201308130731.r7D7VRiM083053@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: peter Date: Tue Aug 13 07:31:27 2013 New Revision: 254274 URL: http://svnweb.freebsd.org/changeset/base/254274 Log: Add a note that if you were WITH_ICONV before, you should turn on WITH_LIBICONV_COMPAT. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Aug 13 07:15:01 2013 (r254273) +++ head/UPDATING Tue Aug 13 07:31:27 2013 (r254274) @@ -36,6 +36,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308130731.r7D7VRiM083053>