svn commit: r254274 - head

Peter Wemm peter at FreeBSD.org
Tue Aug 13 07:31:27 UTC 2013


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


More information about the svn-src-all mailing list